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-07 16:40:31 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6e82df816dcc3eeaae821e67cac598b0fb90179d
fastapi
/
fastapi
/
openapi
History
Sebastián Ramírez
d390f2e41f
➕
Migrate internal reference documentation from
typing_extensions.Doc
to
annotated_doc.Doc
(
#14222
)
2025-10-23 22:31:35 +02:00
..
__init__.py
♻️
Refactor, fix and update code
2018-12-06 20:24:50 +04:00
constants.py
✨
Add support for Pydantic v2 (
#9816
)
2023-07-07 19:12:13 +02:00
docs.py
➕
Migrate internal reference documentation from
typing_extensions.Doc
to
annotated_doc.Doc
(
#14222
)
2025-10-23 22:31:35 +02:00
models.py
✨
Allow array values for OpenAPI schema
type
field (
#13639
)
2025-09-20 17:47:24 +00:00
utils.py
✨
Add support for
from pydantic.v1 import BaseModel
, mixed Pydantic v1 and v2 models in the same app (
#14168
)
2025-10-11 18:45:54 +02:00