Skip to content

Commit

Permalink
unpin urllib3 (#195)
Browse files Browse the repository at this point in the history
* unpin urllib3 (which was pinned in #120) to avoid conflicts in Toucan api with responses 0.10.16

* bump version number
  • Loading branch information
fspot authored Aug 17, 2020
1 parent 985a981 commit a7b80e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
'requests<2.24.0',
'tenacity',
'toucan_data_sdk',
'urllib3==1.24.3',
'typing-extensions; python_version < "3.8"',
]

Expand All @@ -67,7 +66,7 @@ def get_static_file_paths():

setup(
name='toucan_connectors',
version='0.39.1',
version='0.39.2',
description='Toucan Toco Connectors',
long_description=(HERE / 'README.md').read_text(encoding='utf-8'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a7b80e1

Please sign in to comment.