From a7b80e1c0c9d3e568bc192c52562f1346d8734fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Matigot?= Date: Mon, 17 Aug 2020 09:45:06 +0200 Subject: [PATCH] unpin urllib3 (#195) * unpin urllib3 (which was pinned in https://github.com/ToucanToco/toucan-connectors/pull/120) to avoid conflicts in Toucan api with responses 0.10.16 * bump version number --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b4226ec6a..4a383a2ce 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ 'requests<2.24.0', 'tenacity', 'toucan_data_sdk', - 'urllib3==1.24.3', 'typing-extensions; python_version < "3.8"', ] @@ -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',