Skip to content

release: 1.26.0 #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f6afe91
codegen metadata
stainless-app[bot] Apr 22, 2025
42ed0b1
chore(internal): fix list file params
stainless-app[bot] Apr 22, 2025
64f0107
chore(internal): refactor retries to not use recursion
stainless-app[bot] Apr 22, 2025
579eedd
fix(pydantic v1): more robust ModelField.annotation check
stainless-app[bot] Apr 22, 2025
f517369
chore(internal): minor formatting changes
stainless-app[bot] Apr 23, 2025
d5b591c
codegen metadata
stainless-app[bot] Apr 23, 2025
5203afe
chore(ci): run on more branches and use depot runners
stainless-app[bot] Apr 23, 2025
e8a6836
chore(ci): only use depot for staging repos
stainless-app[bot] Apr 23, 2025
2864fa8
chore: broadly detect json family of content-type headers
stainless-app[bot] Apr 23, 2025
176d774
feat(api): api update
stainless-app[bot] Apr 23, 2025
2055b26
Merge remote-tracking branch 'origin/main' into next
stainless-app[bot] Apr 25, 2025
21a0e16
feat(api): api update
stainless-app[bot] Apr 25, 2025
55b0723
feat(api): api update
stainless-app[bot] Apr 25, 2025
2954f3e
feat(api): api update
stainless-app[bot] Apr 28, 2025
53a339f
feat(api): api update
stainless-app[bot] Apr 28, 2025
8a699b4
feat(api): api update
stainless-app[bot] Apr 28, 2025
f07e754
feat(api): api update
stainless-app[bot] Apr 28, 2025
61ef456
feat(api): api update
stainless-app[bot] Apr 28, 2025
4cd4be9
feat(api): api update
stainless-app[bot] Apr 29, 2025
f4f6ed4
feat(api): api update
stainless-app[bot] Apr 29, 2025
388e39c
feat(api): api update
stainless-app[bot] Apr 29, 2025
24da06a
feat(api): api update
stainless-app[bot] Apr 29, 2025
d47842a
feat(api): api update
stainless-app[bot] May 1, 2025
ebbed03
feat(api): api update
stainless-app[bot] May 1, 2025
a6df7d1
feat(api): api update
stainless-app[bot] May 2, 2025
1279854
chore: use lazy imports for resources
stainless-app[bot] May 5, 2025
1fbbcfa
feat(api): api update
stainless-app[bot] May 5, 2025
435d475
feat(api): api update
stainless-app[bot] May 5, 2025
bbaa065
feat(api): api update
stainless-app[bot] May 6, 2025
9fb0e38
chore(internal): avoid errors for isinstance checks on proxies
stainless-app[bot] May 8, 2025
60db95f
release: 1.26.0
stainless-app[bot] May 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.25.0"
".": "1.26.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 46
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-05a1c7485ea6dd75ad2fb1a0628570d88a3e7c4f1e1ecad433711c78deae50e6.yml
openapi_spec_hash: 6d6014d50e18c98219b496bb2a5dab1d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-f09e5f2c555d7ee764478b7bc73e92cd21f403d6ec189be14574c8367bc131ce.yml
openapi_spec_hash: bd0a8e001f14132c105992d40149909a
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 1.26.0 (2025-05-08)

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

### Features

* **api:** api update ([bbaa065](https://github.com/Finch-API/finch-api-python/commit/bbaa0656797f95c979a20dfeeaf0a36eec93c72b))
* **api:** api update ([435d475](https://github.com/Finch-API/finch-api-python/commit/435d47510c5746b63fa7693e1b844a010655e58d))
* **api:** api update ([1fbbcfa](https://github.com/Finch-API/finch-api-python/commit/1fbbcfadaf74e098cca60988083ffb341a35d26b))
* **api:** api update ([a6df7d1](https://github.com/Finch-API/finch-api-python/commit/a6df7d18bd6f1bf7333c12f4ab6da43c1a2d9a7e))
* **api:** api update ([ebbed03](https://github.com/Finch-API/finch-api-python/commit/ebbed03e8849ea81a316fdf22cacbf048e4acc99))
* **api:** api update ([d47842a](https://github.com/Finch-API/finch-api-python/commit/d47842a1a0fe6524649c6f159a23a5679a840c19))
* **api:** api update ([24da06a](https://github.com/Finch-API/finch-api-python/commit/24da06a214b10d46594f6256c538d39ceca8352f))
* **api:** api update ([388e39c](https://github.com/Finch-API/finch-api-python/commit/388e39c6adc5a39690220b7be5b8a754a845c4ca))
* **api:** api update ([f4f6ed4](https://github.com/Finch-API/finch-api-python/commit/f4f6ed4f068f0e46f2f5b62e70c021bfb43e22f5))
* **api:** api update ([4cd4be9](https://github.com/Finch-API/finch-api-python/commit/4cd4be9d82bfd0faea1fe30aac7dbbb9d54ac76b))
* **api:** api update ([61ef456](https://github.com/Finch-API/finch-api-python/commit/61ef4565dfd90805361c46842bf0a41eb69b0aef))
* **api:** api update ([f07e754](https://github.com/Finch-API/finch-api-python/commit/f07e754efdb1eade0ec73525e1f49db5e65eded6))
* **api:** api update ([8a699b4](https://github.com/Finch-API/finch-api-python/commit/8a699b4a44565c24703ea63f7be16a1f50fea188))
* **api:** api update ([53a339f](https://github.com/Finch-API/finch-api-python/commit/53a339f1f21f456dbfd5d94337cf8c5f710cd80f))
* **api:** api update ([2954f3e](https://github.com/Finch-API/finch-api-python/commit/2954f3ef8117a57b656ce493806c906d91f86c43))
* **api:** api update ([55b0723](https://github.com/Finch-API/finch-api-python/commit/55b0723e8791d0ef8414c30443946920e8e54c9b))
* **api:** api update ([21a0e16](https://github.com/Finch-API/finch-api-python/commit/21a0e160732aa8524f8a086314e9ab2297f08843))


### Chores

* **internal:** avoid errors for isinstance checks on proxies ([9fb0e38](https://github.com/Finch-API/finch-api-python/commit/9fb0e3875bfc23d6a26ee0dbaf58049c4ee09b37))
* use lazy imports for resources ([1279854](https://github.com/Finch-API/finch-api-python/commit/1279854fd435932e1e52c8106f11f8440c8ffb48))

## 1.25.0 (2025-04-23)

Full Changelog: [v1.24.0...v1.25.0](https://github.com/Finch-API/finch-api-python/compare/v1.24.0...v1.25.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "finch-api"
version = "1.25.0"
version = "1.26.0"
description = "The official Python library for the Finch API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
Loading
Loading