Skip to content

Commit 2b3ee7a

Browse files
committed
Loosen bounds for envoy-data-plane
1 parent 9785cb5 commit 2b3ee7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def get_portability_package_data():
375375
ext_modules=extensions,
376376
install_requires=[
377377
'cryptography>=39.0.0,<48.0.0',
378-
'envoy-data-plane>=1.0.3,<2',
378+
'envoy-data-plane<2',
379379
'fastavro>=0.23.6,<2',
380380
'fasteners>=0.3,<1.0',
381381
'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.*', # pylint: disable=line-too-long

0 commit comments

Comments
 (0)