Releases: openai/openai-python
Releases · openai/openai-python
v1.4.0
v1.3.9
v1.3.8
1.3.8 (2023-12-08)
Full Changelog: v1.3.7...v1.3.8
Bug Fixes
- avoid leaking memory when Client.with_options is used (#956) (e37ecca)
- errors: properly assign APIError.body (#949) (c70e194)
- pagination: use correct type hint for .object (#943) (23fe7ee)
Chores
- internal: enable more lint rules (#945) (2c8add6)
- internal: reformat imports (#939) (ec65124)
- internal: reformat imports (#944) (5290639)
- internal: update formatting (#941) (8e5a156)
- package: lift anyio v4 restriction (#927) (be0438a)
Documentation
v1.3.7
1.3.7 (2023-12-01)
Full Changelog: v1.3.6...v1.3.7
Bug Fixes
- client: correct base_url setter implementation (#919) (135d9cf)
- client: don't cause crashes when inspecting the module (#897) (db029a5)
- client: ensure retried requests are closed (#902) (e025e6b)
Chores
- internal: add tests for proxy change (#899) (71a13d0)
- internal: remove unused type var (#915) (4233bcd)
- internal: replace string concatenation with f-strings (#908) (663a8f6)
- internal: replace string concatenation with f-strings (#909) (caab767)
Documentation
v1.3.6
1.3.6 (2023-11-28)
Full Changelog: v1.3.5...v1.3.6
Chores
- deps: bump mypy to v1.7.1 (#891) (11fcb2a)
- internal: send more detailed x-stainless headers (#877) (69e0549)