From 088a86ea6c54c99cfd56686e7b36d9ada38ab505 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Wed, 4 Feb 2026 22:20:37 +0000 Subject: [PATCH] [Corehttp] Prepare release Signed-off-by: Paul Van Eck --- sdk/core/corehttp/CHANGELOG.md | 4 +--- sdk/core/corehttp/setup.py | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sdk/core/corehttp/CHANGELOG.md b/sdk/core/corehttp/CHANGELOG.md index 8b30d36ab798..6bf7890eab42 100644 --- a/sdk/core/corehttp/CHANGELOG.md +++ b/sdk/core/corehttp/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b7 (Unreleased) +## 1.0.0b7 (2026-02-05) ### Features Added @@ -16,8 +16,6 @@ - Added `set_span_error_status` static method to `OpenTelemetryTracer` for setting a span's status to ERROR. - Added `is_generated_model`, `attribute_list`, and `TypeHandlerRegistry` to `corehttp.serialization` module for SDK model handling. -### Breaking Changes - ### Bugs Fixed - Fixed `retry_backoff_max` being ignored in retry policies when configuring retries. diff --git a/sdk/core/corehttp/setup.py b/sdk/core/corehttp/setup.py index 4e0ce43b08a6..61a20dac1121 100644 --- a/sdk/core/corehttp/setup.py +++ b/sdk/core/corehttp/setup.py @@ -49,11 +49,12 @@ "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "License :: OSI Approved :: MIT License", ], zip_safe=False, @@ -65,7 +66,7 @@ package_data={ "pytyped": ["py.typed"], }, - python_requires=">=3.8", + python_requires=">=3.9", install_requires=[ "typing-extensions>=4.6.0", ],