diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35c30adc..1f79fd2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.30.0" + ".": "1.30.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c2c54b..119b2fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.30.1 (2025-07-08) + +Full Changelog: [v1.30.0...v1.30.1](https://github.com/Finch-API/finch-api-python/compare/v1.30.0...v1.30.1) + +### Chores + +* **internal:** bump pinned h11 dep ([5054292](https://github.com/Finch-API/finch-api-python/commit/505429238bdae903b720cd5d5a3cebf2f48d79ae)) +* **internal:** codegen related update ([a65ea95](https://github.com/Finch-API/finch-api-python/commit/a65ea95987347ea607ed0b809223bb51860bf0d7)) + ## 1.30.0 (2025-07-02) Full Changelog: [v1.29.0...v1.30.0](https://github.com/Finch-API/finch-api-python/compare/v1.29.0...v1.30.0) diff --git a/pyproject.toml b/pyproject.toml index 6b804c9b..1b94e6bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.30.0" +version = "1.30.1" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/requirements-dev.lock b/requirements-dev.lock index 56aeed96..c988eb2e 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -48,15 +48,15 @@ filelock==3.12.4 frozenlist==1.6.2 # via aiohttp # via aiosignal -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.2 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via finch-api # via httpx-aiohttp # via respx -httpx-aiohttp==0.1.6 +httpx-aiohttp==0.1.8 # via finch-api idna==3.4 # via anyio diff --git a/requirements.lock b/requirements.lock index 9261dbc2..a7f7f00c 100644 --- a/requirements.lock +++ b/requirements.lock @@ -36,14 +36,14 @@ exceptiongroup==1.2.2 frozenlist==1.6.2 # via aiohttp # via aiosignal -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.2 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via finch-api # via httpx-aiohttp -httpx-aiohttp==0.1.6 +httpx-aiohttp==0.1.8 # via finch-api idna==3.4 # via anyio diff --git a/src/finch/_version.py b/src/finch/_version.py index 89726bc8..326a922d 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "finch" -__version__ = "1.30.0" # x-release-please-version +__version__ = "1.30.1" # x-release-please-version