Skip to content

v0.44.1

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:45
5a801f8
fix: send multipart encoding when using gcs_uri (fixes 400 error) (#278)

FastAPI requires multipart/form-data for endpoints with File()/Form()
parameters. When gcs_uri is used without a file upload, requests
defaulted to x-www-form-urlencoded, causing a 400 Bad Request.

Fix: send a dummy empty file field to force multipart encoding.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>