diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 61858fa5d978a..b4e4e59f710e5 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -319,7 +319,7 @@ def get_portability_package_data(): ], 'interactive': [ 'facets-overview>=1.0.0,<2', - 'google-cloud-dataproc>=3.0.0,<3.2.0', + 'google-cloud-dataproc>=3.0.0,<5.14.0', # IPython>=8 is not compatible with Python<=3.7 'ipython>=7,<8;python_version<="3.7"', 'ipython>=8,<9;python_version>"3.7"',