Skip to content

Marshmallow 버전업으로 인한 api http status code return 이슈 #16

@Cafemug

Description

@Cafemug
.. versionchanged:: 3.0.0b7
            This method returns the deserialized data rather than a ``(data, errors)`` duple.
            A :exc:`ValidationError <marshmallow.exceptions.ValidationError>` is raised
            if invalid data are passed
  • 3버전으로 업데이트 되면서 ValidationError를 통해 invalid data가 들어오면 422로 보내는 로직이 추가 되었습니다

  • flask skeleton 코드는 기존 2.19.5에서 3버전으로 올릴때 코드 수정하도록 하겠습니다

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions