]> git.ipfire.org Git - thirdparty/starlette.git/commit
Make the file argument to UploadFile required (#1413)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Sat, 4 Feb 2023 17:55:25 +0000 (09:55 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 17:55:25 +0000 (17:55 +0000)
commit3697c8db7d9a82a8dadb76e58289c14642dabcdc
tree197a8f9f6c94a17e69f5cb2cd0d3cc5806b2d01f
parentea2e7942fcee8ed0f94ba4e12ca368f91ac8f798
Make the file argument to UploadFile required (#1413)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
starlette/datastructures.py
starlette/formparsers.py
tests/test_datastructures.py