4.19.3

(fix): Fix pagination support in raw clients by properly indexing into response data, ensuring that raw client endpoints with pagination correctly iterate through paginated results.

4.19.2

(fix): Fix SSE streaming response handling by adding proper type casting to sse.data, ensuring correct data type conversion during stream processing.

4.19.1

(fix): Fix a mypy error in pydantic_utilities.py by properly handling type annotations for Pydantic v1 and v2 compatibility, ensuring type checking passes correctly across different Pydantic versions.

4.19.0

(feat): Add support for generating proper Pydantic models that contain forward references wrapped in containers (e.g. list, optional, etc.)