feat: convert all uuid fields from str to proper UUID

ugh had to rewrite alembic migrations instead of just adding a new
one..  will be good to be past this hiccup
This commit is contained in:
Lance Edgar 2024-12-07 23:48:16 -06:00
parent bec16f4de2
commit 6baca8c6b1
2 changed files with 11 additions and 10 deletions

View file

@ -27,7 +27,7 @@ classifiers = [
requires-python = ">= 3.8"
dependencies = [
"SQLAlchemy-Continuum",
"WuttJamaican[db]",
"WuttJamaican[db]>=0.17.0",
]