Skip to content

Commit 312f23b

Browse files
build: free upper limit on httpx version (#289)
Co-authored-by: Manikanth Sai <[email protected]>
1 parent 2b061e9 commit 312f23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"pydantic>=2.7.1",
30-
"httpx>=0.27.0,<0.28.0",
30+
"httpx>=0.27.0",
3131
"backoff>=2.2.1",
3232
"humanfriendly>=10.0",
3333
"requests>=2.21.0",

0 commit comments

Comments
 (0)