From e242d69e76ff59b3d736fc93b32049d4911423ea Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Sat, 6 Dec 2025 15:28:34 -0500 Subject: [PATCH] Attempt to bump httplib2 version upper bound --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 176c84c9966b..740643b172a9 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -379,7 +379,7 @@ def get_portability_package_data(): # TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc '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 'grpcio>=1.67.0; python_version >= "3.13"', - 'httplib2>=0.8,<0.23.0', + 'httplib2>=0.8,<1.0.0', 'jsonpickle>=3.0.0,<4.0.0', # numpy can have breaking changes in minor versions. # Use a strict upper bound.