Skip to content

Releases: Finch-API/finch-api-python

v1.36.0

08 Sep 21:43
3bcb2c8
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.30.1

08 Jul 15:27
03d6b10
Compare
Choose a tag to compare

1.30.1 (2025-07-08)

Full Changelog: v1.30.0...v1.30.1

Chores

  • internal: bump pinned h11 dep (5054292)
  • internal: codegen related update (a65ea95)
  • package: mark python 3.13 as supported (d75e76e)

v1.30.0

02 Jul 20:36
03c54f6
Compare
Choose a tag to compare

1.30.0 (2025-07-02)

Full Changelog: v1.29.0...v1.30.0

Features

Bug Fixes

  • ci: correct conditional (5bd88a7)
  • ci: release-doctor — report correct token name (d424f44)
  • client: correctly parse binary response | stream (260c761)
  • client: fix PayStatementResponse body (edcea6c)
  • client: manual fix (d1dc8a4)

Chores

  • ci: change upload type (2d63eed)
  • ci: enable for pull requests (3a05f2a)
  • ci: only run for pushes and fork pull requests (398de61)
  • docs: grammar improvements (2d4a30e)
  • docs: remove reference to rye shell (2b6929f)
  • fix access tokens test (8411cf6)
  • internal: update conftest.py (ed2f82d)
  • readme: update badges (e27f6d8)
  • tests: add tests for httpx client instantiation & proxies (e51c8f7)
  • tests: run tests in parallel (25017c4)
  • tests: skip endpoints with basic auth (9548dd5)
  • tests: skip some failing tests on the latest python versions (668de92)

Documentation

  • client: fix httpx.Timeout documentation reference (c17f081)