ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • orm_mode = True, warning 해결책
    카테고리 없음 2025. 5. 2. 06:26

    orm_mode는 pydantic v1이기에 v2 from_attributes로 변경해야합니다.

    orm_mode = True # Pydantic V1
    from_attributes = True # Pydantic V2

    chatGPT로 코딩을 할 때 데이터베이스 schemas를 작성할 때 보통 발생합니다.

Designed by Tistory.