Skip to content

Commit 87abdda

Browse files
authored
Update azure-storage-blob dependency to 12.27.0 (#71)
1 parent bc84b1b commit 87abdda

File tree

5 files changed

+595
-365
lines changed

5 files changed

+595
-365
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## Next Release (TBD)
4+
5+
### Other Changes
6+
- Update `azure-storage-blob` dependency to support up to version `12.27.0`.
7+
38
## 0.1.2 (2025-10-13)
49

510
### Other Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
# avoid automatically breaking the library if a new version of the SDK breaks the
3131
# internal API. As new versions of the SDK are released, the ceiling of this version
3232
# range should be updated to match the new version.
33-
"azure-storage-blob>=12.24.0,<=12.26.0",
33+
"azure-storage-blob>=12.24.0,<=12.27.0",
3434
"torch>=2.6.0,<3",
3535
"typing-extensions>=4.13.2,<5",
3636
]

0 commit comments

Comments
 (0)