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-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.1

(fix): Union member self-referencing dependencies are now correctly imported and forward referenced. This fixes compatibility with Pydantic >=2.11.0.