From 6bf000fafa5c1cbbfcb8d2b3ddfc15242898de6e Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Thu, 15 Jan 2026 13:36:41 -0500 Subject: [PATCH] [Do Not Merge] Test bumping httplib2 upper bound to modern version --- 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 261d079f1462..6af2c5caf638 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -383,7 +383,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,<0.32.0', 'jsonpickle>=3.0.0,<4.0.0', # numpy can have breaking changes in minor versions. # Use a strict upper bound.