Skip to content

Commit f66d0bc

Browse files
[Storage] Pin earlier working version of crypto library in azure-storage-blob-changefeed (Azure#41545)
1 parent b436ca2 commit f66d0bc

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

sdk/storage/azure-storage-blob-changefeed/dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
-e ../../identity/azure-identity
44
-e ../azure-storage-blob
55
aiohttp>=3.0
6+
cryptography==44.0.3 # TODO: Pinned due to cryptography compatibility issue in CI. Revisit once resolved.

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.27.0b1 (2025-06-11)
3+
## 12.27.0b1 (2025-06-12)
44

55
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
66

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.22.0b1 (2025-06-11)
3+
## 12.22.0b1 (2025-06-12)
44

55
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
66

sdk/storage/azure-storage-file-share/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.23.0b1 (2025-06-11)
3+
## 12.23.0b1 (2025-06-12)
44

55
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
66

sdk/storage/azure-storage-queue/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.14.0b1 (2025-06-11)
3+
## 12.14.0b1 (2025-06-12)
44

55
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
66

0 commit comments

Comments
 (0)