Skip to content

Commit

Permalink
Update httpcore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Nov 22, 2022
1 parent 2caa482 commit eeeb451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4'
__version__ = '0.7.5'

from python_socks import (
ProxyError,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
httpx>=0.21.0,<0.24.0
httpcore>=0.14.0,<0.16.0
httpcore>=0.14.0,<0.17.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 @@ -38,7 +38,7 @@
keywords='httpx asyncio socks socks5 socks4 http proxy',
install_requires=[
'httpx>=0.21.0,<0.24.0',
'httpcore>=0.14.0,<0.16.0',
'httpcore>=0.14.0,<0.17.0',
'python-socks>=2.0.0',
],
extras_require={
Expand Down

0 comments on commit eeeb451

Please sign in to comment.