Skip to content

Commit

Permalink
[Storage] Remove msrest dependency (#26739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Oct 13, 2022
1 parent 9d4da5b commit 499adcd
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bugs Fixed

### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.

## 12.14.0 (2022-10-11)
Expand Down
1 change: 0 additions & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
python_requires=">=3.7",
install_requires=[
"azure-core<2.0.0,>=1.24.2",
"msrest>=0.7.1",
"cryptography>=2.1.4",
"typing-extensions>=4.0.1"
],
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bugs Fixed

### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.

## 12.9.0 (2022-10-11)
Expand Down
1 change: 0 additions & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
python_requires=">=3.7",
install_requires=[
"azure-core<2.0.0,>=1.24.2",
"msrest>=0.7.1",
"azure-storage-blob<13.0.0,>=12.14.0",
"typing-extensions>=4.0.1"
],
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bugs Fixed

### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.

## 12.10.0 (2022-10-11)
Expand Down
1 change: 0 additions & 1 deletion sdk/storage/azure-storage-file-share/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
python_requires=">=3.7",
install_requires=[
"azure-core<2.0.0,>=1.24.2",
"msrest>=0.7.1",
"cryptography>=2.1.4",
"typing-extensions>=4.0.1"
],
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bugs Fixed

### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.

## 12.5.0 (2022-10-11)
Expand Down
1 change: 0 additions & 1 deletion sdk/storage/azure-storage-queue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
python_requires=">=3.7",
install_requires=[
"azure-core<2.0.0,>=1.24.2",
"msrest>=0.7.1",
"cryptography>=2.1.4",
"typing-extensions>=4.0.1"
],
Expand Down
4 changes: 0 additions & 4 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,13 @@ yarl<2.0,>=1.0
#override azure-ai-formrecognizer azure-core<2.0.0,>=1.23.0
#override azure-ai-formrecognizer typing-extensions>=4.0.1
#override azure-storage-blob azure-core<2.0.0,>=1.24.2
#override azure-storage-blob msrest>=0.7.1
#override azure-storage-blob typing-extensions>=4.0.1
#override azure-storage-blob-changefeed azure-storage-blob>=12.5.0,<13.0.0
#override azure-storage-queue azure-core<2.0.0,>=1.24.2
#override azure-storage-queue msrest>=0.7.1
#override azure-storage-queue typing-extensions>=4.0.1
#override azure-storage-file-share azure-core<2.0.0,>=1.24.2
#override azure-storage-file-share msrest>=0.7.1
#override azure-storage-file-share typing-extensions>=4.0.1
#override azure-storage-file-datalake azure-core<2.0.0,>=1.24.2
#override azure-storage-file-datalake msrest>=0.7.1
#override azure-storage-file-datalake azure-storage-blob<13.0.0,>=12.14.0
#override azure-storage-file-datalake typing-extensions>=4.0.1
#override azure-security-attestation azure-core<2.0.0,>=1.8.2
Expand Down

0 comments on commit 499adcd

Please sign in to comment.