diff --git a/LazyLLM-Env b/LazyLLM-Env index dd8810c2..8132292a 160000 --- a/LazyLLM-Env +++ b/LazyLLM-Env @@ -1 +1 @@ -Subproject commit dd8810c2382a1b5c071f5e3f5842c85666548408 +Subproject commit 8132292a72b88d5d4a5da9789303d81c4a7cbfac diff --git a/pyproject.toml b/pyproject.toml index 9d22e49e..12833125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 } diff --git a/requirements.full.txt b/requirements.full.txt index 029cf489..c3beac91 100644 --- a/requirements.full.txt +++ b/requirements.full.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 1422b468..2544f32d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,3 +33,4 @@ pytest numpy==1.26.4 pymilvus async-timeout +httpx<0.28.0