File tree Expand file tree Collapse file tree 9 files changed +21
-5
lines changed
azure-storage-file-datalake
azure/storage/filedatalake Expand file tree Collapse file tree 9 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.28.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.27.0b1 (2025-06-12)
4
8
5
9
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.27 .0b1"
7
+ VERSION = "12.28 .0b1"
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.23.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.22.0b1 (2025-06-12)
4
8
5
9
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.22 .0b1"
7
+ VERSION = "12.23 .0b1"
Original file line number Diff line number Diff line change 77
77
python_requires = ">=3.9" ,
78
78
install_requires = [
79
79
"azure-core>=1.30.0" ,
80
- "azure-storage-blob>=12.27 .0b1" ,
80
+ "azure-storage-blob>=12.28 .0b1" ,
81
81
"typing-extensions>=4.6.0" ,
82
82
"isodate>=0.6.1"
83
83
],
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.24.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.23.0b1 (2025-06-12)
4
8
5
9
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.23 .0b1"
7
+ VERSION = "12.24 .0b1"
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.15.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.14.0b1 (2025-06-12)
4
8
5
9
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.14 .0b1"
7
+ VERSION = "12.15 .0b1"
You can’t perform that action at this time.
0 commit comments