21721: Remove httplib2 and associated version pins
authorBrett Smith <brett.smith@curii.com>
Wed, 24 Apr 2024 19:29:54 +0000 (15:29 -0400)
committerBrett Smith <brett.smith@curii.com>
Wed, 24 Apr 2024 19:44:48 +0000 (15:44 -0400)
This whole stack was pinned to stay on an older version of
google-python-api-client, which has since been relaxed, and then keep
things working under the old pip resolver, which we've standardized off
of. Refs #18336.

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

sdk/python/setup.py

index ef49485bb1f2051e2e07ad75793ccee17d047a39..0d33afd44b03b2bec6c1c6f7ab4afec752796066 100644 (file)
@@ -114,10 +114,8 @@ setup(name='arvados-python-client',
           'future',
           'google-api-python-client >=2.1.0',
           'google-auth',
-          'httplib2 >=0.9.2, <0.20.2',
-          'protobuf <4.0.0dev',
+          'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1, <7.45.0',
-          'pyparsing <3',
           'ruamel.yaml >=0.15.54, <0.17.22',
           'setuptools >=40.3.0',
           'websockets >=11.0',