4.32.3-rc1
(feat): Added logging to debug 4.32.3-rc0
4.32.3-rc0
(feat): Add support for publishing to PyPI with attestations in auto-generated GHA ci.yml
4.32.2
(chore): Update pyproject.toml headers to propagate project urls to pypi metadata generation
4.32.1
(fix): Fix pydantic model alias generator to correctly serialize wrapped aliases in pydantic v2.
4.32.0
(feat): Add support for setting the recursion limit above the default of 1000.
Also removes unused imports that were previously F401-ignored.
4.31.2
(fix): Fix union type deserialization to properly match discriminated unions based on literal field values (e.g., type discriminators) when nested fields have validation errors.
4.31.1
(fix): Escape backslashes in docstrings to prevent SyntaxWarning for invalid escape sequences.
4.31.0
(feat): - Removed external dependency on httpx-sse by bringing SSE handling in-house.
- Fixed SSE handling of events longer than or containing escaped newlines.
4.30.4-rc1
(fix): Cleared CVE-2025-27210
4.30.4-rc0
(fix): Cleared CVEs in generator image
4.30.3
(fix): Upgrade generator-cli dependency to fix local generation handling of .fernignore files.
4.30.2
(fix): Fix enum generation to properly escape quotes and backslashes in enum values.