Skip to content

Releases: Finch-API/finch-api-python

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)

v1.29.0

17 May 21:51
fc4299d
Compare
Choose a tag to compare

1.29.0 (2025-05-16)

Full Changelog: v1.28.0...v1.29.0

Features

v1.28.0

16 May 20:35
57eaba6
Compare
Choose a tag to compare

1.28.0 (2025-05-16)

Full Changelog: v1.27.0...v1.28.0

Features

v1.27.0

16 May 16:07
661e86b
Compare
Choose a tag to compare

1.27.0 (2025-05-16)

Full Changelog: v1.26.1...v1.27.0

Features

Chores

  • ci: fix installation instructions (ac6a9d8)
  • ci: upload sdks to package manager (c867997)

v1.26.1

09 May 14:38
971a278
Compare
Choose a tag to compare

1.26.1 (2025-05-09)

Full Changelog: v1.26.0...v1.26.1

Bug Fixes

  • package: support direct resource imports (d2062bb)

Chores

  • fix formatting (75885aa)
  • internal: avoid lint errors in pagination expressions (5dce648)

Documentation

  • remove or fix invalid readme examples (e3d4bfd)

v1.26.0

08 May 21:03
483edef
Compare
Choose a tag to compare

1.26.0 (2025-05-08)

Full Changelog: v1.25.0...v1.26.0

Features

Chores

  • internal: avoid errors for isinstance checks on proxies (9fb0e38)
  • use lazy imports for resources (1279854)

v1.25.0

25 Apr 18:27
e052e68
Compare
Choose a tag to compare

1.25.0 (2025-04-23)

Full Changelog: v1.24.0...v1.25.0

Features

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (579eedd)

Chores

  • broadly detect json family of content-type headers (2864fa8)
  • ci: only use depot for staging repos (e8a6836)
  • ci: run on more branches and use depot runners (5203afe)
  • internal: fix list file params (42ed0b1)
  • internal: minor formatting changes (f517369)
  • internal: refactor retries to not use recursion (64f0107)