Skip to content

Commit b79940a

Browse files
release: 1.15.0
1 parent 975296d commit b79940a

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.14.2"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

3+
## 1.15.0 (2025-02-26)
4+
5+
Full Changelog: [v1.14.2...v1.15.0](https://github.com/Finch-API/finch-api-python/compare/v1.14.2...v1.15.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#602](https://github.com/Finch-API/finch-api-python/issues/602)) ([7b60c37](https://github.com/Finch-API/finch-api-python/commit/7b60c3799d7e28af677d7f040563f011acc8475b))
10+
* **client:** allow passing `NotGiven` for body ([#600](https://github.com/Finch-API/finch-api-python/issues/600)) ([29b8a08](https://github.com/Finch-API/finch-api-python/commit/29b8a08066e6f35ebde9625debb18ed91733618c))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** mark some request bodies as optional ([29b8a08](https://github.com/Finch-API/finch-api-python/commit/29b8a08066e6f35ebde9625debb18ed91733618c))
16+
17+
18+
### Chores
19+
20+
* **internal:** codegen related update ([#598](https://github.com/Finch-API/finch-api-python/issues/598)) ([065fc91](https://github.com/Finch-API/finch-api-python/commit/065fc914bcbb3848fbdf62083d289e168f782acd))
21+
* **internal:** fix devcontainers setup ([#601](https://github.com/Finch-API/finch-api-python/issues/601)) ([c1c9f5a](https://github.com/Finch-API/finch-api-python/commit/c1c9f5a17fb7094d0f4c198473b7788089e08750))
22+
* **internal:** properly set __pydantic_private__ ([#603](https://github.com/Finch-API/finch-api-python/issues/603)) ([0119042](https://github.com/Finch-API/finch-api-python/commit/0119042284b4d0fbf4205f41eb8e08cece7889b6))
23+
324
## 1.14.2 (2025-02-11)
425

526
Full Changelog: [v1.14.1...v1.14.2](https://github.com/Finch-API/finch-api-python/compare/v1.14.1...v1.14.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.14.2"
3+
version = "1.15.0"
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.14.2" # x-release-please-version
4+
__version__ = "1.15.0" # x-release-please-version

0 commit comments

Comments
 (0)