Skip to content

Commit 55e6dcf

Browse files
Wangamber/transcription ga review (#46931)
* fix multipartform * fix pylint * update patch * release ga version for review
1 parent 2c37e59 commit 55e6dcf

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

sdk/transcription/azure-ai-transcription/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

sdk/transcription/azure-ai-transcription/azure/ai/transcription/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
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"

sdk/transcription/azure-ai-transcription/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
description = "Microsoft Corporation Azure AI Transcription Client Library for Python"
1818
license = "MIT"
1919
classifiers = [
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]
6464
verifytypes = false
65+
is_stable = true

0 commit comments

Comments
 (0)