0.7.8 (2023-12-12)
Full Changelog: v0.7.7...v0.7.8
Bug Fixes
- avoid leaking memory when Client.with_options is used (#275) (5e51ebd)
- client: correct base_url setter implementation (#265) (29d0c8b)
- client: ensure retried requests are closed (#261) (5d9aa75)
- errors: properly assign APIError.body (#274) (342846f)
Chores
- internal: enable more lint rules (#273) (0ac62bc)
- internal: reformat imports (#270) (dc55724)
- internal: reformat imports (#272) (0d82ce4)
- internal: remove unused file (#264) (1bfc69b)
- internal: replace string concatenation with f-strings (#263) (f545c35)
- internal: update formatting (#271) (802ab59)
- package: lift anyio v4 restriction (#266) (a217e99)