Update apikey_schemas.py
This commit is contained in:
parent
7be417f4c1
commit
90cb7e70fd
1 changed files with 1 additions and 1 deletions
|
|
@ -45,4 +45,4 @@ class APIKeyOut(BaseModel):
|
|||
model_config = ConfigDict(
|
||||
from_attributes=True,
|
||||
json_encoders={uuid.UUID: str}
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue