diff --git a/setup.py b/setup.py index 73462d8..edf955c 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ deps = [ 'warctools>=4.10.0', 'urlcanon>=0.3.0', 'doublethink>=0.2.0.dev87', - 'urllib3>=1.14,<1.25', + 'urllib3>=1.14', 'requests>=2.0.1', 'PySocks>=1.6.8', 'cryptography>=2.3', @@ -43,7 +43,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.16', + version='2.4.17', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',