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/.stats.yml b/.stats.yml index 53daf1a..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-47b38de435f06bb8996ae35c4fdc27a588c5746f06f8d3b5c3fbead53d799513.yml -openapi_spec_hash: 754e415c9b02d3ee3758c916b6376378 +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/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 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)