File tree Expand file tree Collapse file tree
sdk/transcription/azure-ai-transcription Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.0.0 (2026-05-18)
4+
5+ ### Features Added
6+
7+ - First stable release of the Azure AI Transcription client library for Python.
8+
39## 1.0.0b4 (2026-04-20)
410
511### Other Changes
Original file line number Diff line number Diff line change 66# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77# --------------------------------------------------------------------------
88
9- VERSION = "1.0.0b4 "
9+ VERSION = "1.0.0 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors = [
1717description = " Microsoft Corporation Azure AI Transcription Client Library for Python"
1818license = " MIT"
1919classifiers = [
20- " Development Status :: 4 - Beta " ,
20+ " Development Status :: 5 - Production/Stable " ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3 :: Only" ,
2323 " Programming Language :: Python :: 3" ,
@@ -62,3 +62,4 @@ pytyped = ["py.typed"]
6262
6363[tool .azure-sdk-build ]
6464verifytypes = false
65+ is_stable = true
You can’t perform that action at this time.
0 commit comments