Antoine Mérino

Results 11 issues of Antoine Mérino

Hello, Since the V2 update, Pydantic V2 still includes the V1 models to make the migration easier : https://docs.pydantic.dev/latest/migration/#continue-using-pydantic-v1-features Example : ```python from pydantic.v1 import BaseModel ``` Unfortunately, it seems...