From 30fe5d210c738a7df4f967de558de29cde1f3d38 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:43:13 -0500 Subject: [PATCH 1/2] chore(deps): bump mypy to v1.7.1 (#199) --- pyproject.toml | 2 +- requirements-dev.lock | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 619023a3..bb69d28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Repository = "https://github.com/Finch-API/finch-api-python" managed = true dev-dependencies = [ "pyright==1.1.332", - "mypy==1.6.1", + "mypy==1.7.1", "black==23.3.0", "respx==0.19.2", "pytest==7.1.1", diff --git a/requirements-dev.lock b/requirements-dev.lock index 8d5e2cfd..fd275d2e 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -26,7 +26,7 @@ httpx==0.23.0 idna==3.4 iniconfig==2.0.0 isort==5.10.1 -mypy==1.6.1 +mypy==1.7.1 mypy-extensions==1.0.0 nodeenv==1.8.0 nox==2023.4.22 @@ -41,6 +41,7 @@ pyright==1.1.332 pytest==7.1.1 pytest-asyncio==0.21.1 python-dateutil==2.8.2 +pytz==2023.3.post1 respx==0.19.2 rfc3986==1.5.0 ruff==0.0.282 From 9fadcd78770a0ec6c2b635bca9082bdfb811e99b Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:43:33 -0500 Subject: [PATCH 2/2] release: 0.8.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b28d6ec..34dc535b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fb080f..c9038084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.2 (2023-11-28) + +Full Changelog: [v0.8.1...v0.8.2](https://github.com/Finch-API/finch-api-python/compare/v0.8.1...v0.8.2) + +### Chores + +* **deps:** bump mypy to v1.7.1 ([#199](https://github.com/Finch-API/finch-api-python/issues/199)) ([30fe5d2](https://github.com/Finch-API/finch-api-python/commit/30fe5d210c738a7df4f967de558de29cde1f3d38)) + ## 0.8.1 (2023-11-24) Full Changelog: [v0.8.0...v0.8.1](https://github.com/Finch-API/finch-api-python/compare/v0.8.0...v0.8.1) diff --git a/pyproject.toml b/pyproject.toml index bb69d28f..7b3b5304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.8.1" +version = "0.8.2" description = "The official Python library for the Finch API" readme = "README.md" license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index dfd10f6b..d085a27d 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "finch" -__version__ = "0.8.1" # x-release-please-version +__version__ = "0.8.2" # x-release-please-version