From e38b349ffa696a9cf939a7a9ca9d8faf2a82ff89 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:20:56 +0000 Subject: [PATCH 1/2] fix(deps): bump minimum typing-extensions version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68fc3ae..88313f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "httpx>=0.23.0, <1", "pydantic>=1.9.0, <3", - "typing-extensions>=4.10, <5", + "typing-extensions>=4.14, <5", "anyio>=3.5.0, <5", "distro>=1.7.0, <2", "sniffio", diff --git a/uv.lock b/uv.lock index 0ffe3e9..d6a2516 100644 --- a/uv.lock +++ b/uv.lock @@ -611,7 +611,7 @@ requires-dist = [ { name = "httpx-aiohttp", marker = "extra == 'aiohttp'", specifier = ">=0.1.9" }, { name = "pydantic", specifier = ">=1.9.0,<3" }, { name = "sniffio" }, - { name = "typing-extensions", specifier = ">=4.10,<5" }, + { name = "typing-extensions", specifier = ">=4.14,<5" }, ] provides-extras = ["aiohttp"] From d4d6f7852fbd345ca6d5bd44ad789cb6a0007619 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:21:13 +0000 Subject: [PATCH 2/2] release: 1.12.2 --- .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 ffb929a..a80c237 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.12.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a87bd8..1a6e4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.12.2 (2026-03-17) + +Full Changelog: [v1.12.1...v1.12.2](https://github.com/moderation-api/sdk-python/compare/v1.12.1...v1.12.2) + +### Bug Fixes + +* **deps:** bump minimum typing-extensions version ([e38b349](https://github.com/moderation-api/sdk-python/commit/e38b349ffa696a9cf939a7a9ca9d8faf2a82ff89)) + ## 1.12.1 (2026-03-17) Full Changelog: [v1.12.0...v1.12.1](https://github.com/moderation-api/sdk-python/compare/v1.12.0...v1.12.1) diff --git a/pyproject.toml b/pyproject.toml index 88313f4..74906b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moderation_api" -version = "1.12.1" +version = "1.12.2" 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 0951ac8..ec3ad26 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.12.1" # x-release-please-version +__version__ = "1.12.2" # x-release-please-version