Update apikey_schemas.py

This commit is contained in:
Telkaoss 2025-05-23 05:48:46 +02:00 committed by GitHub
parent 7be417f4c1
commit 90cb7e70fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,4 +45,4 @@ class APIKeyOut(BaseModel):
model_config = ConfigDict(
from_attributes=True,
json_encoders={uuid.UUID: str}
)
)