Skip to content

Commit

Permalink
Update httpx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Jan 27, 2022
1 parent e7eeb62 commit 19bc427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion httpx_socks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'httpx-socks'
__version__ = '0.7.2'
__version__ = '0.7.3'

from python_socks import (
ProxyError,
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
httpx==0.21.*
httpcore==0.14.*
httpx>=0.21.0,<0.23.0
httpcore>=0.14.0,<0.15.0
anyio==3.*
python-socks>=2.0.0
async-timeout>=3.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
packages=['httpx_socks'],
keywords='httpx asyncio socks socks5 socks4 http proxy',
install_requires=[
'httpx>=0.21.0,<0.22.0',
'httpx>=0.21.0,<0.23.0',
'httpcore>=0.14.0,<0.15.0',
'python-socks>=2.0.0',
],
Expand Down

0 comments on commit 19bc427

Please sign in to comment.