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-05-08 07:33:20 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9475024640f2e204944c5aa2cd9c67a8826189d9
fastapi
/
fastapi
/
_compat
History
Motov Yurii
812a1926f0
🐛
Fix
separate_input_output_schemas=False
with
computed_field
(
#14453
)
2025-12-05 21:19:30 +01:00
..
__init__.py
🐛
Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1 (
#14186
)
2025-10-20 13:26:49 +02:00
main.py
🐛
Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1 (
#14186
)
2025-10-20 13:26:49 +02:00
may_v1.py
🐛
Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1 (
#14186
)
2025-10-20 13:26:49 +02:00
model_field.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
shared.py
🐛
Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1 (
#14186
)
2025-10-20 13:26:49 +02:00
v1.py
🐛
Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1 (
#14186
)
2025-10-20 13:26:49 +02:00
v2.py
🐛
Fix
separate_input_output_schemas=False
with
computed_field
(
#14453
)
2025-12-05 21:19:30 +01:00