From 86c5f97b4c3f08d9149761616e0f953519aa9d35 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:08:52 +0000 Subject: [PATCH 1/2] fix(deps): bump minimum typing-extensions version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f31224a..44c92062 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", From 6b029386cd8136935be3b0fc99b192d2a9a9f27e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:09:19 +0000 Subject: [PATCH 2/2] release: 0.445.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6261f8bb..11b781d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.445.1" + ".": "0.445.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ef2a68..cca182ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.445.2 (2026-03-16) + +Full Changelog: [v0.445.1...v0.445.2](https://github.com/Increase/increase-python/compare/v0.445.1...v0.445.2) + +### Bug Fixes + +* **deps:** bump minimum typing-extensions version ([86c5f97](https://github.com/Increase/increase-python/commit/86c5f97b4c3f08d9149761616e0f953519aa9d35)) + ## 0.445.1 (2026-03-16) Full Changelog: [v0.445.0...v0.445.1](https://github.com/Increase/increase-python/compare/v0.445.0...v0.445.1) diff --git a/pyproject.toml b/pyproject.toml index 44c92062..02c05c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.445.1" +version = "0.445.2" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index 42a93d35..19011eb5 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.445.1" # x-release-please-version +__version__ = "0.445.2" # x-release-please-version