Skip to content

Releases: Finch-API/finch-api-python

v1.42.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Dec 22:00
446470e

1.42.0 (2025-12-02)

Full Changelog: v1.41.2...v1.42.0

Features

Bug Fixes

  • ensure streams are always closed (3b90188)
  • java: Resolve name collisions (b43172b)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (f37f836)
  • update lockfile (2b0384b)

v1.41.2

Choose a tag to compare

@stainless-app stainless-app released this 21 Nov 17:45
7a8046b

1.41.2 (2025-11-21)

Full Changelog: v1.41.1...v1.41.2

Chores

  • add Python 3.14 classifier and testing (6fd7abd)

v1.41.1

Choose a tag to compare

@stainless-app stainless-app released this 18 Nov 18:58
15f4a9f

1.41.1 (2025-11-11)

Full Changelog: v1.41.0...v1.41.1

Bug Fixes

  • compat with Python 3.14 (f4fd112)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (089dfda)

Chores

  • package: drop Python 3.8 support (17b56ad)

v1.41.0

Choose a tag to compare

@stainless-app stainless-app released this 09 Nov 18:36
71a8e33

1.41.0 (2025-11-09)

Full Changelog: v1.40.0...v1.41.0

Features

v1.40.0

Choose a tag to compare

@stainless-app stainless-app released this 06 Nov 22:15
addc584

1.40.0 (2025-11-04)

Full Changelog: v1.39.0...v1.40.0

Features

v1.39.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Nov 02:05
4757dc6

1.39.0 (2025-11-04)

Full Changelog: v1.38.0...v1.39.0

Features

  • api: update automated code reviewer selection (aba7591)

v1.38.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Nov 01:36
33cac8f

1.38.0 (2025-11-03)

Full Changelog: v1.37.1...v1.38.0

Features

Chores

  • internal: grammar fix (it's -> its) (2e947bc)

v1.37.1

Choose a tag to compare

@stainless-app stainless-app released this 31 Oct 18:17
faed5ca

1.37.1 (2025-10-31)

Full Changelog: v1.37.0...v1.37.1

Bug Fixes

  • client: close streams without requiring full consumption (b614e0b)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (f0b4163)
  • ownership: move from data to platform team (#676) (b95a421)

v1.37.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Oct 21:03
62eafa8

1.37.0 (2025-10-27)

Full Changelog: v1.36.0...v1.37.0

Features

Bug Fixes

  • compat: compat with pydantic<2.8.0 when using additional fields (2d12ad9)

Chores

  • bump httpx-aiohttp version to 0.1.9 (993af10)
  • do not install brew dependencies in ./scripts/bootstrap by default (d9ac7ed)
  • internal: detect missing future annotations with ruff (c1e5e28)
  • internal: update pydantic dependency (1e72324)
  • types: change optional parameter type from NotGiven to Omit (ae486ab)

v1.36.0

Choose a tag to compare

@stainless-app stainless-app released this 08 Sep 21:43
3bcb2c8

1.36.0 (2025-09-08)

Full Changelog: v1.35.0...v1.36.0

Features

  • api: api update (7098529)
  • api: make client id, client secret optional again (7e24c5d)
  • improve future compat with pydantic v3 (63bba93)

Chores

  • internal: move mypy configurations to pyproject.toml file (05aeaa7)
  • tests: simplify get_platform test (13e718b)