Skip to content

[Storage] Fix isodate dependency #26874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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