4.30.2
(fix):
Fix enum generation to properly escape quotes and backslashes in enum values.
4.30.1
(fix):
Fix sdk v1_on_v2
export of non-existent IS_PYDANTIC_V2
variable.
4.30.0
(feat):
Add support for PR mode for self-hosted/local sdk generation
4.29.2
(chore):
Added a note to the README on constructing Async httpx objects to pass into main Async clients.
4.29.2-rc0
(fix):
Exports in init files always reference the submodule instead of the current module.
This should fix infinite recursion in libraries that inspect getattr, like freezegun.
4.29.1
(fix):
Fixes issue where colliding classes were not lazily imported correctly.
4.29.0
(feat):
Add support for custom sections in the README.md via customSections config option
4.28.5
(fix):
Generator no longer fails on failed generator-cli installation
4.28.4
(fix):
Fix python sdk serialization to use dict instead of model_dump.
4.28.3
(fix):
Never duplicate parameters in client constructors
4.28.2
(fix):
Nit in custom client snippet generation.
4.28.1
(fix):
Union member self-referencing dependencies are now correctly imported and forward referenced.
This fixes compatibility with Pydantic >=2.11.0.