Skip to content

Commit b79c329

Browse files
committed
httplib used more broadly
1 parent 17deeef commit b79c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ def get_portability_package_data():
385385
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,<1.66.0; python_version <= "3.12"', # pylint: disable=line-too-long
386386
'grpcio>=1.67.0; python_version >= "3.13"',
387387
'hdfs>=2.1.0,<3.0.0',
388+
'httplib2>=0.8,<0.23.0',
388389
'jsonschema>=4.0.0,<5.0.0',
389390
'jsonpickle>=3.0.0,<4.0.0',
390391
# numpy can have breaking changes in minor versions.
@@ -507,7 +508,6 @@ def get_portability_package_data():
507508
# Dataflow, which allows installing python packages from private
508509
# Python repositories in GAR.
509510
'keyrings.google-artifactregistry-auth',
510-
'httplib2>=0.8,<0.23.0',
511511
'orjson>=3.9.7,<4',
512512
'regex>=2020.6.8',
513513
],

0 commit comments

Comments
 (0)