Skip to content

Commit 6328c71

Browse files
Upgrade httpx to >=0.28.0 (#95)
1 parent 5329ae5 commit 6328c71

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

client/poetry.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = ">=3.10.0,<4.0"
10-
httpx = "^0.27.0"
10+
httpx = ">=0.28.0,<0.30.0"
1111
openai = "^1.21.0"
1212
litellm = "^1.36.0"
1313
boto3 = "^1.34.31"

0 commit comments

Comments
 (0)