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-07-16 18:03:08 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02e108d1663149faac4156dd23595cbdf74287c2
fastapi
/
tests
/
test_pydantic_v1_v2_multifile
History
Sebastián Ramírez
6a657f360d
🐛
Fix separation of schemas with nested models introduced in 0.119.0 (
#14246
)
2025-10-29 14:09:30 +01:00
..
__init__.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
main.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
modelsv1.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
modelsv2.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
modelsv2b.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
test_multifile.py
🐛
Fix separation of schemas with nested models introduced in 0.119.0 (
#14246
)
2025-10-29 14:09:30 +01:00