21721: Remove pycurl version pin
authorBrett Smith <brett.smith@curii.com>
Wed, 24 Apr 2024 20:03:47 +0000 (16:03 -0400)
committerBrett Smith <brett.smith@curii.com>
Wed, 24 Apr 2024 20:03:47 +0000 (16:03 -0400)
This was originally pinned because of library conflicts on Debian 10,
which we no longer support. See commit
d655e2addaba4168f76fb7c4e2e9f6d649917bcc.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

sdk/python/setup.py

index 8486c786546b8cd87095e5092c31971e1fb677de..a2ec703556ab41e6e6e67bf8d1fb4290f62dfdaf 100644 (file)
@@ -115,7 +115,7 @@ setup(name='arvados-python-client',
           'google-api-python-client >=2.1.0',
           'google-auth',
           'httplib2 >=0.9.2',
-          'pycurl >=7.19.5.1, <7.45.0',
+          'pycurl >=7.19.5.1',
           'setuptools >=40.3.0',
           'websockets >=11.0',
       ],