Finch-api

Latest version: v1.19.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 19

0.7.0

Full Changelog: [v0.6.0...v0.7.0](https://github.com/Finch-API/finch-api-python/compare/v0.6.0...v0.7.0)

Features

* **api:** updates ([184](https://github.com/Finch-API/finch-api-python/issues/184)) ([1fbf21e](https://github.com/Finch-API/finch-api-python/commit/1fbf21e96dc700db462b619da54897ce156301a9))
* **client:** support passing chunk size for binary responses ([175](https://github.com/Finch-API/finch-api-python/issues/175)) ([3d02d4b](https://github.com/Finch-API/finch-api-python/commit/3d02d4ba528ad199981a185def69bb80d939d445))
* **client:** support reading the base url from an env variable ([186](https://github.com/Finch-API/finch-api-python/issues/186)) ([bb2dc38](https://github.com/Finch-API/finch-api-python/commit/bb2dc38e25da74fcbcdc2a34b4706ec304e9657f))


Bug Fixes

* **client:** retry if SSLWantReadError occurs in the async client ([181](https://github.com/Finch-API/finch-api-python/issues/181)) ([b2a7d2c](https://github.com/Finch-API/finch-api-python/commit/b2a7d2c0a617f358a12e7556fc53b740880892a4))
* **client:** serialise pydantic v1 default fields correctly in params ([180](https://github.com/Finch-API/finch-api-python/issues/180)) ([cb69944](https://github.com/Finch-API/finch-api-python/commit/cb6994491d3c2bf4112443018bc7d2d6d2b78fd4))
* **models:** mark unknown fields as set in pydantic v1 ([179](https://github.com/Finch-API/finch-api-python/issues/179)) ([c8261c9](https://github.com/Finch-API/finch-api-python/commit/c8261c9fb39b0a275dde59a78c67feb15d84c0f9))


Chores

* **internal:** base client updates ([178](https://github.com/Finch-API/finch-api-python/issues/178)) ([d06251d](https://github.com/Finch-API/finch-api-python/commit/d06251dfdb660fc7843b55c533f5b59906197160))
* **internal:** fix devcontainer interpeter path ([183](https://github.com/Finch-API/finch-api-python/issues/183)) ([ca48726](https://github.com/Finch-API/finch-api-python/commit/ca487263a47beab1f4dce8c052e734358d6893ef))
* **internal:** fix typo in NotGiven docstring ([182](https://github.com/Finch-API/finch-api-python/issues/182)) ([ca198e9](https://github.com/Finch-API/finch-api-python/commit/ca198e9a817cf76eadd912909a4581ef1ad2fd29))


Documentation

* fix code comment typo ([185](https://github.com/Finch-API/finch-api-python/issues/185)) ([09df068](https://github.com/Finch-API/finch-api-python/commit/09df068fad1545affb78bb5a982eb4ba4c9ed080))
* reword package description ([177](https://github.com/Finch-API/finch-api-python/issues/177)) ([ee5340a](https://github.com/Finch-API/finch-api-python/commit/ee5340ae2a36d26e2c9e12add86e8ba0a1603d2e))

0.6.0

Full Changelog: [v0.5.0...v0.6.0](https://github.com/Finch-API/finch-api-python/compare/v0.5.0...v0.6.0)

Features

* **client:** allow binary returns ([164](https://github.com/Finch-API/finch-api-python/issues/164)) ([6322114](https://github.com/Finch-API/finch-api-python/commit/6322114c6e752686d4d3f502df94339037a44698))
* **client:** support passing BaseModels to request params at runtime ([166](https://github.com/Finch-API/finch-api-python/issues/166)) ([f3e7e76](https://github.com/Finch-API/finch-api-python/commit/f3e7e763c9e1809b6d84e78720465a96daa11ec2))
* **client:** support passing httpx.Timeout to method timeout argument ([171](https://github.com/Finch-API/finch-api-python/issues/171)) ([a3dcd4b](https://github.com/Finch-API/finch-api-python/commit/a3dcd4b1add4499894bfc4f63dfe3f46b9a3a2e9))


Bug Fixes

* **binaries:** don't synchronously block in astream_to_file ([167](https://github.com/Finch-API/finch-api-python/issues/167)) ([c607d54](https://github.com/Finch-API/finch-api-python/commit/c607d545379a03d0926aef998e246fd33009d716))
* prevent TypeError in Python 3.8 (ABC is not subscriptable) ([170](https://github.com/Finch-API/finch-api-python/issues/170)) ([fc12d83](https://github.com/Finch-API/finch-api-python/commit/fc12d835d80d6d7f076aa81ecfb5fcc318c80261))


Chores

* **docs:** fix github links ([173](https://github.com/Finch-API/finch-api-python/issues/173)) ([9a8407d](https://github.com/Finch-API/finch-api-python/commit/9a8407df5c7e44c3466c2fb860fcbd0d162a9d40))
* **docs:** fix some typos ([172](https://github.com/Finch-API/finch-api-python/issues/172)) ([19702d1](https://github.com/Finch-API/finch-api-python/commit/19702d1b40f8e3fbfdf35d1da0645a14c422cdb7))
* **internal:** improve github devcontainer setup ([174](https://github.com/Finch-API/finch-api-python/issues/174)) ([5334b9c](https://github.com/Finch-API/finch-api-python/commit/5334b9cb09e65c07495a4b8ae3910547e0121539))
* **internal:** remove unused int/float conversion ([168](https://github.com/Finch-API/finch-api-python/issues/168)) ([69faf73](https://github.com/Finch-API/finch-api-python/commit/69faf737601c196eb3fa53fa2575c9c3a53a0d28))


Documentation

* **readme:** improve example snippets ([169](https://github.com/Finch-API/finch-api-python/issues/169)) ([37fe000](https://github.com/Finch-API/finch-api-python/commit/37fe0007d4c1643a14aae4e580ebebf537963399))

0.5.0

Full Changelog: [v0.4.0...v0.5.0](https://github.com/Finch-API/finch-api-python/compare/v0.4.0...v0.5.0)

Features

* **github:** include a devcontainer setup ([162](https://github.com/Finch-API/finch-api-python/issues/162)) ([e309b43](https://github.com/Finch-API/finch-api-python/commit/e309b43e522701f24a7e66e17f3701fe20a5410f))

0.4.0

Full Changelog: [v0.3.2...v0.4.0](https://github.com/Finch-API/finch-api-python/compare/v0.3.2...v0.4.0)

Features

* **package:** add classifiers ([160](https://github.com/Finch-API/finch-api-python/issues/160)) ([36a57af](https://github.com/Finch-API/finch-api-python/commit/36a57af03d936fb73572380fb3ac88c468899e92))

0.3.2

Full Changelog: [v0.3.1...v0.3.2](https://github.com/Finch-API/finch-api-python/compare/v0.3.1...v0.3.2)

Chores

* **internal:** minor restructuring of base client ([158](https://github.com/Finch-API/finch-api-python/issues/158)) ([4aee7a7](https://github.com/Finch-API/finch-api-python/commit/4aee7a757122de18ee54ccecc5a5698e19511aaf))

0.3.1

Full Changelog: [v0.3.0...v0.3.1](https://github.com/Finch-API/finch-api-python/compare/v0.3.0...v0.3.1)

Page 17 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.