diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 10795a493d36..eca3926810d9 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -337,11 +337,11 @@ def get_portability_package_data(): # use a fixed major version of PIL for different python versions 'pillow>=7.1.1,<10', ], - 'aws': ['boto3 >=1.9'], + 'aws': ['boto3>=1.9,<2'], 'azure': [ - 'azure-storage-blob >=12.3.2', - 'azure-core >=1.7.0', - 'azure-identity >=1.12.0', + 'azure-storage-blob>=12.3.2,<13', + 'azure-core>=1.7.0,<2', + 'azure-identity>=1.12.0,<2', ], # Exclude pandas<=1.4.2 since it doesn't work with numpy 1.24.x. # Exclude 1.5.0 and 1.5.1 because of