Skip to content

Commit ae33e74

Browse files
authored
[Core] Prep release (Azure#39970)
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent 69d277d commit ae33e74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sdk/core/azure-core/CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.33.0 (Unreleased)
3+
## 1.33.0 (2025-03-10)
44

55
### Features Added
66

@@ -27,8 +27,6 @@
2727
- "x-ms-client-request-id" is now "az.client_request_id"
2828
- "x-ms-request-id" is now "az.service_request_id"
2929

30-
### Bugs Fixed
31-
3230
### Other Changes
3331

3432
- Added `opentelemetry-api` as an optional dependency for tracing. This can be installed with `pip install azure-core[tracing]`. #39563

sdk/core/azure-core/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"Programming Language :: Python :: 3.10",
5555
"Programming Language :: Python :: 3.11",
5656
"Programming Language :: Python :: 3.12",
57+
"Programming Language :: Python :: 3.13",
5758
"License :: OSI Approved :: MIT License",
5859
],
5960
zip_safe=False,

0 commit comments

Comments
 (0)