4.19.6

(fix): Fix mypy errors related to automatic pagination in the python client.

4.19.5

(fix): Fix naming conflicts in streaming endpoints by renaming the stream method to _stream in raw clients, preventing collisions with endpoint parameters that might also be named “stream”, while maintaining proper functionality for streaming responses.

4.19.4

(feat): Fix handling of optional file parameters in multipart form data requests with httpx by properly checking for None values before attempting to include them in the request, preventing errors when optional file parameters are not provided.