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-08 09:00:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
efc12c5cdbede6922a033a5234c70cb22c4d204a
fastapi
/
fastapi
/
openapi
History
Charlie DiGiovanna
56f887de15
🐛
Make sure a parameter defined as required is kept required in OpenAPI even if defined as optional in another dependency (
#4319
)
...
Co-authored-by: Sebastián Ramírez <
tiangolo@gmail.com
>
2022-09-03 17:12:41 +00:00
..
__init__.py
♻️
Refactor, fix and update code
2018-12-06 20:24:50 +04:00
constants.py
🐛
Fix removing body from status codes that do not support it (
#5145
)
2022-07-14 13:19:42 +02:00
docs.py
✨
Add ReDoc
<noscript>
warning when JS is disabled (
#5074
)
2022-08-26 13:56:07 +00:00
models.py
✨
Add support for not needing
...
as default value in required Query(), Path(), Header(), etc. (
#4906
)
2022-05-13 18:38:22 -05:00
utils.py
🐛
Make sure a parameter defined as required is kept required in OpenAPI even if defined as optional in another dependency (
#4319
)
2022-09-03 17:12:41 +00:00