diff --git a/pyproject.toml b/pyproject.toml index 81b4fa51..f394277e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-asyncio = "^0.23.6" python = ">=3.10,<4.0" openai = "<2" anthropic = "<1" -requests = "^2.31.0" +requests = "^2.32.2" python-dotenv = "^1.0.0" backoff = "^2.2.1" pytest = ">=8.0.0"