CHANGE: dependency httpx can use 0.28 version

This commit is contained in:
AniviaTn
2025-06-06 18:06:02 +08:00
parent 5b27cc8b82
commit 1f92d92a0e

View File

@@ -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"