Skip to content

Commit 69ac5ab

Browse files
release: 1.13.3
1 parent 71ca257 commit 69ac5ab

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.2"
2+
".": "1.13.3"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.13.3 (2025-01-21)
4+
5+
Full Changelog: [v1.13.2...v1.13.3](https://github.com/Finch-API/finch-api-python/compare/v1.13.2...v1.13.3)
6+
7+
### Bug Fixes
8+
9+
* **tests:** make test_get_platform less flaky ([#576](https://github.com/Finch-API/finch-api-python/issues/576)) ([6b6b36c](https://github.com/Finch-API/finch-api-python/commit/6b6b36cf740f3d403b8f874f9d6b6b56c9942fe4))
10+
11+
12+
### Chores
13+
14+
* **internal:** avoid pytest-asyncio deprecation warning ([#577](https://github.com/Finch-API/finch-api-python/issues/577)) ([54f644a](https://github.com/Finch-API/finch-api-python/commit/54f644aacd018a5bbc7a76e530f4fe5ceec8d874))
15+
* **internal:** bump pyright dependency ([#574](https://github.com/Finch-API/finch-api-python/issues/574)) ([24ccfc8](https://github.com/Finch-API/finch-api-python/commit/24ccfc8732a8c6e9819b37a9d30651fe1ab565fd))
16+
* **internal:** minor style changes ([#578](https://github.com/Finch-API/finch-api-python/issues/578)) ([ed9a105](https://github.com/Finch-API/finch-api-python/commit/ed9a105b2ac4ee283a191fdecf26105ed4aa62ad))
17+
* **internal:** update deps ([#572](https://github.com/Finch-API/finch-api-python/issues/572)) ([40c663f](https://github.com/Finch-API/finch-api-python/commit/40c663f4be579ea1451ae489055e9d1b381f33d6))
18+
19+
20+
### Documentation
21+
22+
* **raw responses:** fix duplicate `the` ([#575](https://github.com/Finch-API/finch-api-python/issues/575)) ([ae1b97a](https://github.com/Finch-API/finch-api-python/commit/ae1b97a538f2eb075a8ff1f38ab8ab2e9ec0e2b6))
23+
324
## 1.13.2 (2025-01-10)
425

526
Full Changelog: [v1.13.1...v1.13.2](https://github.com/Finch-API/finch-api-python/compare/v1.13.1...v1.13.2)

pyproject.toml

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

src/finch/_version.py

+1-1
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.13.2" # x-release-please-version
4+
__version__ = "1.13.3" # x-release-please-version

0 commit comments

Comments
 (0)