diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 1b0b237593b4..5b0aeb5cc7b1 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -231,7 +231,7 @@ def get_portability_package_data(): 'pymongo>=3.8.0,<4.0.0', 'protobuf>=3.12.2,<4', 'proto-plus>=1.7.1,<2', - 'pydot>=1.2.0,<2', + 'pydot>=1.2.0,<4', 'python-dateutil>=2.8.0,<3', 'pytz>=2018.3', 'regex>=2020.6.8',