Skip to content

Commit 9ac1918

Browse files
authored
Update pyproject.toml (#5169)
fix error:TypeError: error when get /tools: Client.__init__() got an unexpected keyword argument 'proxies'
1 parent 071c27a commit 9ac1918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/chatchat-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ websockets = ">=12.0"
4646
numpy = "~1.24.4"
4747
pandas = "~1.3.0" # test
4848
pydantic = "~2.7.4"
49-
httpx = {version = ">=0.25.2", extras = ["brotli", "http2", "socks"]}
49+
httpx = {version = "0.27.2", extras = ["brotli", "http2", "socks"]}
5050
python-multipart = "0.0.9"
5151
# webui
5252
streamlit = "1.34.0"

0 commit comments

Comments
 (0)