Skip to content

Commit 6868614

Browse files
committed
Add dependency based on python version
1 parent 4967fe7 commit 6868614

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ def get_portability_package_data():
376376
'cryptography>=39.0.0,<48.0.0',
377377
'fastavro>=0.23.6,<2',
378378
'fasteners>=0.3,<1.0',
379-
'envoy-data-plane',
379+
'envoy-data-plane>=1.0.3,<2; python_version >= "3.11"',
380+
'envoy-data-plane==0.8.1; python_version < "3.11"',
380381
# TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
381382
'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
382383
'grpcio>=1.67.0; python_version >= "3.13"',

0 commit comments

Comments
 (0)