Skip to content

Releases: Finch-API/finch-api-python

v1.37.1

31 Oct 18:17
faed5ca

Choose a tag to compare

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

27 Oct 21:03
62eafa8

Choose a tag to compare

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

08 Sep 21:43
3bcb2c8

Choose a tag to compare

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)

v1.35.0

02 Sep 18:02
8d60c28

Choose a tag to compare

1.35.0 (2025-09-02)

Full Changelog: v1.34.0...v1.35.0

Features

  • api: api update (7f1f3fc)
  • types: replace List[str] with SequenceNotStr in params (7d41d8f)

Bug Fixes

  • avoid newer type syntax (c180618)

Chores

  • internal: add Sequence related utils (1c99d3a)
  • internal: change ci workflow machines (825d163)
  • internal: minor formatting change (7f1c96d)
  • internal: update pyright exclude list (7b620cc)
  • update github action (5067831)

v1.34.0

21 Aug 15:34
ffcc48a

Choose a tag to compare

1.34.0 (2025-08-20)

Full Changelog: v1.33.0...v1.34.0

Features

v1.33.0

18 Aug 19:52
cd5a119

Choose a tag to compare

1.33.0 (2025-08-12)

Full Changelog: v1.32.0...v1.33.0

Features

Chores

  • internal: update comment in script (9efeb7a)
  • update @stainless-api/prism-cli to v5.15.0 (0a5c874)

v1.32.0

07 Aug 14:00
2087cd6

Choose a tag to compare

1.32.0 (2025-08-05)

Full Changelog: v1.31.0...v1.32.0

Features

  • client: support file upload requests (d9be991)

Chores

  • internal: fix ruff target version (7ae6fe6)

v1.31.0

25 Jul 16:10
9028659

Choose a tag to compare

1.31.0 (2025-07-24)

Full Changelog: v1.30.3...v1.31.0

Features

Bug Fixes

  • parsing: ignore empty metadata (acaec4b)
  • parsing: parse extra field types (d14c906)

Chores

  • project: add settings file for vscode (a2c4c2a)

v1.30.3

14 Jul 18:03
879cf19

Choose a tag to compare

1.30.3 (2025-07-11)

Full Changelog: v1.30.2...v1.30.3

Bug Fixes

  • client: don't send Content-Type header on GET requests (f1fd42e)

Chores

  • readme: fix version rendering on pypi (25058bc)

v1.30.2

09 Jul 21:03
014a845

Choose a tag to compare

1.30.2 (2025-07-09)

Full Changelog: v1.30.1...v1.30.2

Bug Fixes

  • parsing: correctly handle nested discriminated unions (28bdcad)

Chores

  • package: mark python 3.13 as supported (837dbdf)