반응형 python31 개인 프로젝트 리뷰 - oath2 2 FASTAPI Pydantic pydantic module 의 정의 Data validation and settings management using Python type annotations. pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid. Define how data should be in pure, canonical Python; validate it with pydantic. 내가 정의한 pydantic schema.py 파일 class UserBase(BaseModel): username: str class UserCreate(UserBase): hashed_passwor.. 2022. 11. 17. 이전 1 다음