Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-11-29 10:41:21 -08:00
parent a93e30c3e8
commit 3467a5d5dd
7 changed files with 428 additions and 455 deletions

View File

@ -5,10 +5,7 @@ from pydantic_core import CoreSchema, core_schema
class Uuid(str):
"""A uuid stored as a varchar(191).
A Version 4 UUID is a universally unique identifier that is generated using random numbers.
"""
"""A UUID usually v4 or v7"""
def __str__(self) -> str:
return self