Skip to content

Commit

Permalink
[Storage] Fix isodate dependency (#26874)
Browse files Browse the repository at this point in the history
* Add playback only tag to failing live tests

* Refactored to hopefully get rid of conflicts

* Tests should pass now, fix prefix bug

* Re-record test to fix CI

* Fix isodate dependency issue

* remove msrest dependency introduced by merging main

* one last fix
  • Loading branch information
vincenttran-msft authored Oct 17, 2022
1 parent 3023952 commit fc76739
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 5 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 @@ -11,6 +11,7 @@
### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.
- Added `isodate>=0.6.1` as a dependency.
- Added extra dependency `aio` for installing optional async dependencies. Use `pip install azure-storage-blob[aio]` to install.

## 12.14.0 (2022-10-11)
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
install_requires=[
"azure-core<2.0.0,>=1.26.0",
"cryptography>=2.1.4",
"typing-extensions>=4.0.1"
"typing-extensions>=4.0.1",
"isodate>=0.6.1"
],
extras_require={
"aio": [
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 @@ -11,6 +11,7 @@
### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.
- Added `isodate>=0.6.1` as a dependency.
- Added extra dependency `aio` for installing optional async dependencies. Use `pip install azure-storage-file-datalake[aio]` to install.

## 12.9.0 (2022-10-11)
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
install_requires=[
"azure-core<2.0.0,>=1.26.0",
"azure-storage-blob<13.0.0,>=12.14.0",
"typing-extensions>=4.0.1"
"typing-extensions>=4.0.1",
"isodate>=0.6.1"
],
extras_require={
"aio": [
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 @@ -12,6 +12,7 @@
### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.
- Added `isodate>=0.6.1` as a dependency.
- Added extra dependency `aio` for installing optional async dependencies. Use `pip install azure-storage-file-share[aio]` to install.

## 12.10.0 (2022-10-11)
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-file-share/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
install_requires=[
"azure-core<2.0.0,>=1.26.0",
"cryptography>=2.1.4",
"typing-extensions>=4.0.1"
"typing-extensions>=4.0.1",
"isodate>=0.6.1"
],
extras_require={
"aio": [
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 @@ -11,6 +11,7 @@
### Other Changes
- Removed `msrest` dependency.
- Added `typing-extensions>=4.0.1` as a dependency.
- Added `isodate>=0.6.1` as a dependency.
- Added extra dependency `aio` for installing optional async dependencies. Use `pip install azure-storage-queue[aio]` to install.

## 12.5.0 (2022-10-11)
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-queue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
install_requires=[
"azure-core<2.0.0,>=1.26.0",
"cryptography>=2.1.4",
"typing-extensions>=4.0.1"
"typing-extensions>=4.0.1",
"isodate>=0.6.1"
],
extras_require={
"aio": [
Expand Down
6 changes: 5 additions & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,21 @@ yarl<2.0,>=1.0
#override azure-storage-blob azure-core<2.0.0,>=1.26.0
#override azure-storage-blob azure-core[aio]<2.0.0,>=1.26.0
#override azure-storage-blob typing-extensions>=4.0.1
#override azure-storage-blob isodate>=0.6.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.26.0
#override azure-storage-queue azure-core[aio]<2.0.0,>=1.26.0
#override azure-storage-queue typing-extensions>=4.0.1
#override azure-storage-queue isodate>=0.6.1
#override azure-storage-file-share azure-core<2.0.0,>=1.26.0
#override azure-storage-file-share azure-core[aio]<2.0.0,>=1.26.0
#override azure-storage-file-share typing-extensions>=4.0.1
#override azure-storage-file-share isodate>=0.6.1
#override azure-storage-file-datalake azure-storage-blob<13.0.0,>=12.14.0
#override azure-storage-file-datalake azure-core<2.0.0,>=1.26.0
#override azure-storage-file-datalake azure-core[aio]<2.0.0,>=1.26.0
#override azure-storage-file-datalake typing-extensions>=4.0.1
#override azure-storage-file-datalake isodate>=0.6.1
#override azure-security-attestation azure-core<2.0.0,>=1.8.2
#override azure-schemaregistry azure-core<2.0.0,>=1.24.0
#override azure-schemaregistry-avroencoder typing-extensions>=4.0.1
Expand Down Expand Up @@ -524,4 +528,4 @@ opentelemetry-sdk<2.0.0,>=1.5.0,!=1.10a0
#override azure-mgmt-redis azure-mgmt-core>=1.3.2,<2.0.0
#override azure-mgmt-resourcegraph azure-mgmt-core>=1.3.2,<2.0.0
#override azure-mgmt-resourcegraph msrest>=0.7.1
#override azure-core-experimental azure-core<2.0.0,>=1.25.0
#override azure-core-experimental azure-core<2.0.0,>=1.25.0

0 comments on commit fc76739

Please sign in to comment.