replace uuid with str

This commit is contained in:
inexcode 2022-08-15 23:12:50 +04:00
parent f940a23e7e
commit af902923ab

View file

@ -45,7 +45,7 @@ class Job(BaseModel):
Job class.
"""
uid: UUID = uuid.uuid4()
uid: str = uuid.uuid4().urn
name: str
description: str
status: JobStatus