File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.0b7 (Unreleased )
3+ ## 1.0.0b7 (2026-02-05 )
44
55### Features Added
66
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.
Original file line number Diff line number Diff line change 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 ,
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 ],
You can’t perform that action at this time.
0 commit comments