mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
CHANGE: dependency httpx can use 0.28 version
This commit is contained in:
@@ -29,7 +29,7 @@ werkzeug = "^3.0.3"
|
||||
langchain = "0.1.20"
|
||||
langchain-core = "0.1.52"
|
||||
langchain-community = "0.0.38"
|
||||
openai = '1.13.3'
|
||||
openai = '1.55.3'
|
||||
tiktoken = '<1.0.0'
|
||||
loguru = '0.7.2'
|
||||
flask_cors = '4.0.0'
|
||||
@@ -62,7 +62,7 @@ openpyxl = "^3.1.5"
|
||||
pillow = "^10.4.0"
|
||||
jieba = "^0.42.1"
|
||||
networkx = "^3.3"
|
||||
httpx = "0.27.2"
|
||||
httpx = ">=0.27.2"
|
||||
tomli = "^2.2"
|
||||
mcp = "~=1.9.0"
|
||||
opentracing = ">=2.4.0,<3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user