Skip to content

Commit

Permalink
Pin python-socks dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Nov 21, 2021
1 parent 2665058 commit 564fc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohttp_socks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'aiohttp-socks'
__version__ = '0.6.0'
__version__ = '0.6.1'

from python_socks import (
ProxyError,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
install_requires=[
'aiohttp>=2.3.2',
'attrs>=19.2.0',
'python-socks[asyncio]>=1.2.2',
'python-socks[asyncio]>=1.2.4,<2.0.0',
],
)

0 comments on commit 564fc77

Please sign in to comment.