You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roberto Bertó 2f99189cb5 feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
..
__init__.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
_v1_params.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
_v1_params.pyi feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
lazy_import.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
main.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
model_field.py Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168) 9 months ago
shared.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
v1.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
v1.pyi feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
v2.py feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago
v2.pyi feat: implement PR-clean Pydantic v1/v2 compatibility layer 9 months ago