Skip to content

Commit

Permalink
[Requirements] Limit Azure transitive dependency to avoid new bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Jun 12, 2022
1 parent 10c4142 commit 65bbcb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ aiobotocore~=1.4.0
# aioitertools 0.9 and above requires typing-extensions>4, which conflicts with kfp
aioitertools<0.9
s3fs~=2021.8.1
# https://github.com/Azure/azure-sdk-for-python/issues/24765#issuecomment-1150310498
msrest~=0.6.21
# azure-core>=1.23.0 uses ParamSpec, and hence depends on typing_extensions>=4
azure-core<1.23
azure-storage-blob~=12.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def load_deps(path):
"s3fs~=2021.8.1",
],
"azure-blob-storage": [
"msrest~=0.6.21",
"azure-storage-blob~=12.0",
"azure-core<1.23",
"adlfs~=2021.8.1",
Expand Down

0 comments on commit 65bbcb2

Please sign in to comment.