diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f94eeca..e72f113 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 3a6a221..f17b8ce 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 27 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/moderation-api%2Fmoderation-api-815dce43cbb14e41f094bdbca84682c0b379dcfd02b7e8800f9d8b45c00a76fd.yml -openapi_spec_hash: ab7d073e793fe5a556e64d39963aea93 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/moderation-api%2Fmoderation-api-a4934bf1e7f1348c021b48224f7a7110a6e41838253dda4fbcc720dd2d2ed6b7.yml +openapi_spec_hash: 537542216811907b1d4ebf23a54dc669 config_hash: 6b825a08e19dfb747c5dc1766502b789 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf477fe..f02740c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.14.0 (2026-03-31) + +Full Changelog: [v1.13.0...v1.14.0](https://github.com/moderation-api/sdk-python/compare/v1.13.0...v1.14.0) + +### Features + +* **api:** api update ([bea4412](https://github.com/moderation-api/sdk-python/commit/bea4412d4d8fe9007be97a2e83a8c7758b068005)) + ## 1.13.0 (2026-03-27) Full Changelog: [v1.12.3...v1.13.0](https://github.com/moderation-api/sdk-python/compare/v1.12.3...v1.13.0) diff --git a/pyproject.toml b/pyproject.toml index 03fdd6e..f1e3222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moderation_api" -version = "1.13.0" +version = "1.14.0" description = "The official Python library for the moderation-api API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/moderation_api/_version.py b/src/moderation_api/_version.py index c089c3f..898245b 100644 --- a/src/moderation_api/_version.py +++ b/src/moderation_api/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "moderation_api" -__version__ = "1.13.0" # x-release-please-version +__version__ = "1.14.0" # x-release-please-version diff --git a/src/moderation_api/types/content_submit_response.py b/src/moderation_api/types/content_submit_response.py index b969108..3a7467b 100644 --- a/src/moderation_api/types/content_submit_response.py +++ b/src/moderation_api/types/content_submit_response.py @@ -141,6 +141,13 @@ class Content(BaseModel): ] = None """The modified content, if any.""" + transcript: Optional[str] = None + """The transcribed text from audio content. + + Only present when audio moderation is used and transcript inclusion is enabled + on the channel. + """ + class Evaluation(BaseModel): """The evaluation of the content after running the channel policies."""