djangocon / 2023.djangocon.us

🫐 The DjangoCon US 2023 conference website
https://2023.djangocon.us
Other
16 stars 49 forks source link

:arrow_up: Updates pydantic usage to v2 #131

Closed jefftriplett closed 1 year ago

jefftriplett commented 1 year ago

Description

Pydantic just released v2. This PR addresses those recent changes. Please note this will reformat most of our collections, which can be done in a followup PR.

This needs more testing. I focused on the warnings from python bin/process.py fmt|validate, which should cover >90% of its usage.