Skip to content

Commit d428f09

Browse files
authored
[Corehttp] Prepare release (#45008)
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent d49c163 commit d428f09

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sdk/core/corehttp/CHANGELOG.md

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

3-
## 1.0.0b7 (Unreleased)
3+
## 1.0.0b7 (2026-02-05)
44

55
### Features Added
66

@@ -16,8 +16,6 @@
1616
- Added `set_span_error_status` static method to `OpenTelemetryTracer` for setting a span's status to ERROR.
1717
- Added `is_generated_model`, `attribute_list`, and `TypeHandlerRegistry` to `corehttp.serialization` module for SDK model handling.
1818

19-
### Breaking Changes
20-
2119
### Bugs Fixed
2220

2321
- Fixed `retry_backoff_max` being ignored in retry policies when configuring retries.

sdk/core/corehttp/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@
4949
"Programming Language :: Python",
5050
"Programming Language :: Python :: 3 :: Only",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.8",
5352
"Programming Language :: Python :: 3.9",
5453
"Programming Language :: Python :: 3.10",
5554
"Programming Language :: Python :: 3.11",
5655
"Programming Language :: Python :: 3.12",
56+
"Programming Language :: Python :: 3.13",
57+
"Programming Language :: Python :: 3.14",
5758
"License :: OSI Approved :: MIT License",
5859
],
5960
zip_safe=False,
@@ -65,7 +66,7 @@
6566
package_data={
6667
"pytyped": ["py.typed"],
6768
},
68-
python_requires=">=3.8",
69+
python_requires=">=3.9",
6970
install_requires=[
7071
"typing-extensions>=4.6.0",
7172
],

0 commit comments

Comments
 (0)