]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix validation error when `File` is declared after `Form` parameter (#11194)
authorThomas LÉVEIL <thomasleveil@users.noreply.github.com>
Sat, 20 Sep 2025 19:55:59 +0000 (21:55 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Sep 2025 19:55:59 +0000 (21:55 +0200)
commit44fc67632bcdae4d078cb11b1a319ac122cbb06f
tree8bc9542d784c6c087878faeb60c40f987fcf4370
parenta84001000e59ff362e74f93b8d9a58a4309dac2d
🐛 Fix validation error when `File` is declared after `Form` parameter (#11194)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/dependencies/utils.py
tests/test_file_and_form_order_issue_9116.py [new file with mode: 0644]