Skip to content

Commit

Permalink
Update httpx/httpcore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed May 25, 2022
1 parent a1e5b9b commit e981dcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3'
__version__ = '0.7.4'

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.0,<0.23.0
httpcore>=0.14.0,<0.15.0
httpx>=0.21.0,<0.24.0
httpcore>=0.14.0,<0.16.0
anyio==3.*
python-socks>=2.0.0
async-timeout>=3.0.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
packages=['httpx_socks'],
keywords='httpx asyncio socks socks5 socks4 http proxy',
install_requires=[
'httpx>=0.21.0,<0.23.0',
'httpcore>=0.14.0,<0.15.0',
'httpx>=0.21.0,<0.24.0',
'httpcore>=0.14.0,<0.16.0',
'python-socks>=2.0.0',
],
extras_require={
Expand Down

0 comments on commit e981dcc

Please sign in to comment.