From 837b31fc22b00b982d6b7c056cd792860b844e8b Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Sun, 1 Dec 2024 16:43:09 +0900 Subject: [PATCH] pin httpx version --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e843bf354..e8a1ba7a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,7 @@ protobuf ctranslate2 colorama openai==1.35.9 +httpx==0.27.2 # stop before blocking change in 0.28.0 open_clip_torch safetensors pandas @@ -52,4 +53,4 @@ bitsandbytes uvicorn fastapi pydantic -python-multipart \ No newline at end of file +python-multipart