Skip to content

Commit 3a41311

Browse files
authored
unpin grpc. (#37633)
1 parent bc35bef commit 3a41311

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

sdks/python/setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,10 @@ def get_portability_package_data():
379379
'envoy-data-plane<0.3.0; python_version < "3.13"',
380380
'fastavro>=0.23.6,<2',
381381
'fasteners>=0.3,<1.0',
382-
# TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
383-
'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
384-
'grpcio>=1.67.0; python_version >= "3.13"',
382+
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,!=1.66.*,!=1.67.*,!=1.68.*,!=1.69.*,!=1.70.*,!=1.71.*,!=1.72.*,!=1.73.*,!=1.74.*,!=1.75.*,!=1.76.*,!=1.77.*,!=1.78.0; python_version <= "3.12"', # pylint: disable=line-too-long
383+
# TODO(https://github.com/grpc/grpc/issues/37710): Consolidate bounds
384+
# across python versions once 1.78.1 is avaliable.
385+
'grpcio>=1.67.0,<2; python_version >= "3.13"',
385386
'httplib2>=0.8,<0.32.0',
386387
'jsonpickle>=3.0.0,<4.0.0',
387388
# numpy can have breaking changes in minor versions.

0 commit comments

Comments
 (0)