Commit 17d30ad
fix(api): add max_part_size param to _get_form monkey-patch
Starlette 1.0.0 added max_part_size to _get_form's signature and
form() forwards it. Without this parameter, the monkey-patch raises
TypeError on all multipart form uploads.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 278665e commit 17d30ad
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments