Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
v0.16.6
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
0.16.0 (2024-03-01)
Full Changelog: v0.15.0...v0.16.0
Features
Chores
- client: use anyio.sleep instead of asyncio.sleep (#300) (3af8e4c)
- docs: mention install from git repo (#303) (f4b2c3c)
- internal: bump pyright (#299) (75e91f6)
- internal: minor core client restructuring (#301) (b2552a1)
- internal: update deps (#296) (6e94884)
Documentation
v0.15.0
v0.14.2
v0.14.1
0.14.1 (2024-02-08)
Full Changelog: v0.14.0...v0.14.1
Bug Fixes
- prevent crash when platform.architecture() is not allowed (#283) (ca5cf4c)
- types: loosen most List params types to Iterable (#288) (ed26c31)
Chores
- internal: add lint command (#286) (0e6398c)
- internal: minor pagination restructuring (#287) (440f9ba)
- internal: support serialising iterable types (#285) (759e3ef)