diff --git a/pyproject.toml b/pyproject.toml index 429827f..84a6cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "test_insights"}] [tool.poetry.dependencies] python = "^3.11" -httpx = "^0.24.1" +httpx = "^0.28.0" pydantic = "^2.0.0" pydantic-settings = "^2.0.0" chromadb = "^0.4.0"