We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586e90c commit 11c6946Copy full SHA for 11c6946
sdk/monitor/azure-monitor-query/CHANGELOG.md
@@ -1,15 +1,11 @@
1
# Release History
2
3
-## 1.4.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
8
9
-### Bugs Fixed
+## 1.4.1 (2025-01-14)
10
11
### Other Changes
12
+- Internal updates for linting and typing improvements.
+
13
## 1.4.0 (2024-06-11)
14
15
### Features Added
sdk/monitor/azure-monitor-query/setup.py
@@ -75,6 +75,7 @@
75
"Programming Language :: Python :: 3.10",
76
"Programming Language :: Python :: 3.11",
77
"Programming Language :: Python :: 3.12",
78
+ "Programming Language :: Python :: 3.13",
79
"License :: OSI Approved :: MIT License",
80
],
81
python_requires=">=3.8",
0 commit comments