diff --git a/sdks/python/setup.py b/sdks/python/setup.py index f55b66f40054..cd9fc43c0274 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -333,7 +333,7 @@ def get_portability_package_data(): 'nbconvert>=6.2.0,<8', # headless chrome based integration tests 'needle>=0.5.0,<1', - 'chromedriver-binary>=100,<101', + 'chromedriver-binary>=100,<112', # use a fixed major version of PIL for different python versions 'pillow>=7.1.1,<8', ],