diff --git a/pyproject.toml b/pyproject.toml index 4842cceea4..061b072353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "OpenAI", email = "support@openai.com" }, ] dependencies = [ - "httpx>=0.23.0, <1", + "httpx>=0.23.0, <0.28.0", "pydantic>=1.9.0, <3", "typing-extensions>=4.11, <5", "anyio>=3.5.0, <5",