Skip to content

Commit

Permalink
Bump httpx to min 0.27 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz authored Feb 18, 2025
1 parent 68ae2e6 commit 0e678b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]

install_httpx_requires = [
"httpx>=0.23.1,<1",
"httpx>=0.27.0,<1",
]

install_websockets_requires = [
Expand Down

0 comments on commit 0e678b9

Please sign in to comment.