Skip to content

Commit 749fa84

Browse files
release: 1.42.0
1 parent 5d992ce commit 749fa84

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.2"
2+
".": "1.42.0"
33
}

CHANGELOG.md

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

3+
## 1.42.0 (2025-12-01)
4+
5+
Full Changelog: [v1.41.2...v1.42.0](https://github.com/Finch-API/finch-api-python/compare/v1.41.2...v1.42.0)
6+
7+
### Features
8+
9+
* **api:** api update ([f730687](https://github.com/Finch-API/finch-api-python/commit/f7306871020ec264ad289455f31b942d0251809e))
10+
* **api:** manual updates ([a00107b](https://github.com/Finch-API/finch-api-python/commit/a00107bb227b9dfa7daa3858fb06063d5b053e68))
11+
12+
13+
### Bug Fixes
14+
15+
* ensure streams are always closed ([3b90188](https://github.com/Finch-API/finch-api-python/commit/3b90188ae6b7c3029cdd649d96ce4a07418584e2))
16+
* **java:** Resolve name collisions ([b43172b](https://github.com/Finch-API/finch-api-python/commit/b43172be04510b5a760a1446d3b302e9487cf3ab))
17+
18+
19+
### Chores
20+
21+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([f37f836](https://github.com/Finch-API/finch-api-python/commit/f37f836bfcafc6eca093e2158eaaf874350f52ee))
22+
323
## 1.41.2 (2025-11-21)
424

525
Full Changelog: [v1.41.1...v1.41.2](https://github.com/Finch-API/finch-api-python/compare/v1.41.1...v1.41.2)

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.2"
3+
version = "1.42.0"
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.2" # x-release-please-version
4+
__version__ = "1.42.0" # x-release-please-version

0 commit comments

Comments
 (0)