]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✨ Add support for all `Field` parameters from Pydantic `1.9.0` and above, make Pydant...
authorDaniil Fajnberg <60156134+daniil-berg@users.noreply.github.com>
Thu, 26 Oct 2023 10:18:05 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 10:18:05 +0000 (14:18 +0400)
commit99f8ce3894564444f33770577a934749e479034e
treeb383d60280cc9a9b54d1f84a70b040756b345f5f
parentd05c3ee495bb81d2915b38052ac5f1909da60e37
✨ Add support for all `Field` parameters from Pydantic `1.9.0` and above, make Pydantic `1.9.0` the minimum required version (#440)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml
sqlmodel/main.py
tests/test_pydantic/__init__.py [new file with mode: 0644]
tests/test_pydantic/test_field.py [new file with mode: 0644]