Skip to content

Commit 352cf36

Browse files
release: 1.41.1
1 parent 089dfda commit 352cf36

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.41.0"
2+
".": "1.41.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.41.1 (2025-11-11)
4+
5+
Full Changelog: [v1.41.0...v1.41.1](https://github.com/Finch-API/finch-api-python/compare/v1.41.0...v1.41.1)
6+
7+
### Bug Fixes
8+
9+
* compat with Python 3.14 ([f4fd112](https://github.com/Finch-API/finch-api-python/commit/f4fd112653743b2c8b3b69a3d743afac56795f66))
10+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([089dfda](https://github.com/Finch-API/finch-api-python/commit/089dfda7f9f34b736c6f3647c23a035da644d785))
11+
12+
13+
### Chores
14+
15+
* **package:** drop Python 3.8 support ([17b56ad](https://github.com/Finch-API/finch-api-python/commit/17b56ad3b5b044e772adc4a6d1508cb1f532e41d))
16+
317
## 1.41.0 (2025-11-09)
418

519
Full Changelog: [v1.40.0...v1.41.0](https://github.com/Finch-API/finch-api-python/compare/v1.40.0...v1.41.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "1.41.0"
3+
version = "1.41.1"
44
description = "The official Python library for the Finch API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/finch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "finch"
4-
__version__ = "1.41.0" # x-release-please-version
4+
__version__ = "1.41.1" # x-release-please-version

0 commit comments

Comments
 (0)