]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:arrow_up: Update Pydantic to 0.21.0 (#90)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 21 Mar 2019 14:40:29 +0000 (18:40 +0400)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 14:40:29 +0000 (18:40 +0400)
commit108c2f3c0eff512b2bf06e447a1cbf473636bc9a
treeaeee3213f4258f0438d30cacd7213d124352cd8d
parentf2fd948ce3447f7ea7b2f1e7754b082f60c0b13f
:arrow_up: Update Pydantic to 0.21.0 (#90)

* :arrow_up: Upgrade Pydantic and others (isort), update docs after changes by isort

* :art: Format with newest isort, update type hints in jsonable_encoder

* :wrench: Update test script, to avoid Pydantic type errors

* :arrow_up: Update pyproject.toml with latest Pydantic
Pipfile
Pipfile.lock
docs/src/application_configuration/tutorial002.py
docs/src/application_configuration/tutorial003.py
docs/src/bigger_applications/app/main.py
docs/tutorial/application-configuration.md
docs/tutorial/bigger-applications.md
fastapi/encoders.py
pyproject.toml
scripts/test.sh