Nikolaos Papadopoulos

Results 1 issues of Nikolaos Papadopoulos

Hey so I've been using the library for type validation on a FastAPI/uvicorn server like this: ``` from ulid import ULID class Model(BaseModel): id: ULID = Field(default_factory=ULID) ``` edit: this...