diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 96afb23c5481..ae1948706dd9 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -285,7 +285,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,<4.1.0', # IPython>=8 is not compatible with Python<=3.7 'ipython>=7,<8;python_version<="3.7"', 'ipython>=8,<9;python_version>"3.7"',