Skip to content

Commit

Permalink
Upgrade httpx dependency to support v0.27
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Bezut <morian@xdec.net>
  • Loading branch information
morian committed Mar 5, 2024
1 parent a2bdaa8 commit 501ec79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpx>=0.21.0,<0.27.0
httpx>=0.21.0,<0.28.0
httpcore>=0.17.3,<2.0
anyio==3.*
python-socks>=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_long_description():
packages=['httpx_socks'],
keywords='httpx asyncio socks socks5 socks4 http proxy',
install_requires=[
'httpx>=0.21.0,<0.27.0',
'httpx>=0.21.0,<0.28.0',
'httpcore>=0.17.3,<2.0',
'python-socks>=2.0.0',
],
Expand Down

0 comments on commit 501ec79

Please sign in to comment.