v0.6.0
0.6.0 (2023-11-08)
Full Changelog: v0.5.0...v0.6.0
Features
- client: allow binary returns (#164) (6322114)
- client: support passing BaseModels to request params at runtime (#166) (f3e7e76)
- client: support passing httpx.Timeout to method timeout argument (#171) (a3dcd4b)
Bug Fixes
- binaries: don't synchronously block in astream_to_file (#167) (c607d54)
- prevent TypeError in Python 3.8 (ABC is not subscriptable) (#170) (fc12d83)
Chores
- docs: fix github links (#173) (9a8407d)
- docs: fix some typos (#172) (19702d1)
- internal: improve github devcontainer setup (#174) (5334b9c)
- internal: remove unused int/float conversion (#168) (69faf73)