navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

Upgrade Pydantic version #209

Closed chouinar closed 11 months ago

chouinar commented 11 months ago

Ticket

https://github.com/navapbc/template-application-flask/issues/208

Changes

Upgrades to Pydantic v2

Context for reviewers

https://docs.pydantic.dev/latest/migration/

Pydantic v2 is a fairly large rewrite of the library, although the template only relies on it for env-var management. v2 is getting updated consistently and is actively being worked on.

Testing

make format lint test all work both running outside the Docker container and within it.