v0.4.0
0.4.0 (2023-11-06)
Full Changelog: v0.3.1...v0.4.0
Features
- client: allow binary returns (#41) (bdc3240)
- client: support accessing raw response objects (#34) (1833b84)
- client: support passing BaseModels to request params at runtime (#42) (b2f3ac5)
- github: include a devcontainer setup (#40) (8a74a91)
- package: add classifiers (#38) (6670b3d)
Bug Fixes
- binaries: don't synchronously block in astream_to_file (#43) (0ec53cd)
- prevent TypeError in Python 3.8 (ABC is not subscriptable) (#46) (a459837)
Chores
- internal: minor restructuring of base client (#37) (e3550c9)
- internal: remove unused int/float conversion (#45) (7021d09)