Skip to content

Commit e242d69

Browse files
committed
Attempt to bump httplib2 version upper bound
1 parent 8ff2c94 commit e242d69

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
@@ -379,7 +379,7 @@ def get_portability_package_data():
379379
# TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
380380
'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
381381
'grpcio>=1.67.0; python_version >= "3.13"',
382-
'httplib2>=0.8,<0.23.0',
382+
'httplib2>=0.8,<1.0.0',
383383
'jsonpickle>=3.0.0,<4.0.0',
384384
# numpy can have breaking changes in minor versions.
385385
# Use a strict upper bound.

0 commit comments

Comments
 (0)