Skip to content

Replace attrs + marshmallow with pydantic #478

@hf-krechan

Description

@hf-krechan

The setup with attrs + marshmallow is not so easy to handle compared to pydantic.

At the moment the marshmallow-jsonschema needs setuptools as dependency which was a default package in the past.
But not anymore.
It seems to be insecure to add it into a package. I am not (yet) sure why.

We can streamline the dependencies by using just pydantic and it uses the same setup like in our other packages :)

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