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