AbandonTech / abandonauth

An Authentic Auth Service...
GNU General Public License v3.0
4 stars 2 forks source link

update to pydantic v2 #79

Closed fisher60 closed 5 months ago

fisher60 commented 5 months ago

Required updates have been made using bump-pydantic and ensuring models work with pydantic v2.

This broke prisma and the command python -m prisma_cleanup, followed by reinstalling prisma and running prisma generate was required to repair the project.

closes #77 #76