From bd0a0b775eebba53d045ec23b7b78c6a2fde4453 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:13:45 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 53daf1a..5c68750 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/moderation-api-47b38de435f06bb8996ae35c4fdc27a588c5746f06f8d3b5c3fbead53d799513.yml -openapi_spec_hash: 754e415c9b02d3ee3758c916b6376378 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/moderation-api/moderation-api-53614c62077463e97bd8504226e63f3d5bb47646515e34becfb06471981d16e2.yml +openapi_spec_hash: 32b5183e7cf7e808bbccdd4f9b580e93 config_hash: 9d144cc6c49d3fd53e5b4472c1e22165 From 0f7cf559673e1f417c6ae96df0ec7f02393abe16 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:13:43 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- src/moderation_api/types/queue_retrieve_response.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 5c68750..8596638 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/moderation-api-53614c62077463e97bd8504226e63f3d5bb47646515e34becfb06471981d16e2.yml -openapi_spec_hash: 32b5183e7cf7e808bbccdd4f9b580e93 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/moderation-api/moderation-api-2ef54d84ceaaff07aaed2e027c1107c7df1d9885766a080d4d965e5ed49a295b.yml +openapi_spec_hash: 48908ecb83e4027405172a62d5a1638b config_hash: 9d144cc6c49d3fd53e5b4472c1e22165 diff --git a/src/moderation_api/types/queue_retrieve_response.py b/src/moderation_api/types/queue_retrieve_response.py index 201252f..f701947 100644 --- a/src/moderation_api/types/queue_retrieve_response.py +++ b/src/moderation_api/types/queue_retrieve_response.py @@ -13,7 +13,7 @@ class QueueFilterFilterLabel(BaseModel): label: str - type: Literal["FLAGGED", "NOT_FLAGGED", "THRESHOLDS"] + type: Literal["FLAGGED", "NOT_FLAGGED", "THRESHOLDS", "MATCHED"] max_threshold: Optional[float] = FieldInfo(alias="maxThreshold", default=None) From 2fa02c19aafdaa547e21766574269396cc8c3e51 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:14:09 +0000 Subject: [PATCH 3/3] release: 1.33.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/moderation_api/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 592b0e1..5334cb4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.32.0" + ".": "1.33.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ce6ea..511ad90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.33.0 (2026-08-13) + +Full Changelog: [v1.32.0...v1.33.0](https://github.com/moderation-api/sdk-python/compare/v1.32.0...v1.33.0) + +### Features + +* **api:** api update ([0f7cf55](https://github.com/moderation-api/sdk-python/commit/0f7cf559673e1f417c6ae96df0ec7f02393abe16)) + ## 1.32.0 (2026-08-07) Full Changelog: [v1.31.0...v1.32.0](https://github.com/moderation-api/sdk-python/compare/v1.31.0...v1.32.0) diff --git a/pyproject.toml b/pyproject.toml index 47e834e..59e74b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moderation_api" -version = "1.32.0" +version = "1.33.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 ac7a3de..aa9d23c 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.32.0" # x-release-please-version +__version__ = "1.33.0" # x-release-please-version