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