Skip to content

Commit cce0a4e

Browse files
committed
test
1 parent f781fc0 commit cce0a4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdks/python/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ 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-
'grpcio-status>=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
383-
'grpcio-status>=1.67.0; python_version >= "3.13"',
384382
'httplib2>=0.8,<0.23.0',
385383
'jsonpickle>=3.0.0,<4.0.0',
386384
# numpy can have breaking changes in minor versions.

0 commit comments

Comments
 (0)