This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
fastapi
Watch
1
Star
0
Fork
0
You've already forked fastapi
mirror of
https://github.com/fastapi/fastapi.git
synced
2026-04-18 22:12:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fix-multiple-upload-file-in-swagger
Add File
New File
Upload File
Apply Patch
fastapi
/
tests
/
test_request_params
/
test_file
History
Yurii Motov
506d278db7
Update schema for UploadFile (add
format: binary
)
2026-03-06 11:08:12 +01:00
..
__init__.py
✅
Add set of tests for request parameters and alias (
#14358
)
2025-12-11 17:15:36 +01:00
test_list.py
Update schema for UploadFile (add
format: binary
)
2026-03-06 11:08:12 +01:00
test_optional_list.py
Update schema for UploadFile (add
format: binary
)
2026-03-06 11:08:12 +01:00
test_optional.py
Update schema for UploadFile (add
format: binary
)
2026-03-06 11:08:12 +01:00
test_required.py
Update schema for UploadFile (add
format: binary
)
2026-03-06 11:08:12 +01:00
utils.py
♻️
Upgrade internal syntax to Python 3.9+
🎉
(
#14564
)
2025-12-17 21:25:59 +00:00