Skip to content

Commit

Permalink
fix httpx=0.28.0 bug (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st authored Dec 2, 2024
1 parent b0e1bf9 commit ea7a13f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LazyLLM-Env
Submodule LazyLLM-Env updated 1 files
+1 −1 poetry.lock
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pytest = "^8.3.3"
numpy = "==1.26.4"
pymilvus = "^2.4.8"
async-timeout = "^5.0.1"
httpx = "<0.28.0"
redis = { version = ">=5.0.4", optional = true }
huggingface-hub = { version = ">=0.23.1", optional = true }
pandas = { version = ">=2.2.2", optional = true }
Expand Down
1 change: 1 addition & 0 deletions requirements.full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pytest
numpy==1.26.4
pymilvus
async-timeout
httpx<0.28.0
redis>=5.0.4
huggingface-hub>=0.23.1
pandas>=2.2.2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ pytest
numpy==1.26.4
pymilvus
async-timeout
httpx<0.28.0

0 comments on commit ea7a13f

Please sign in to comment.