Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.

Tightening of pydantic dependancy following release of v0.11.1 #869

Closed
@FChmiel

Description

@FChmiel

Describe the bug
The recent release changed the dependency of pydantic from "1.10.12" to ">=1.10.12".

This is causing pipelines using data-diff to break, because of breaking changes with pydantic in version 2.

Would this version be more appropriate:

pydantic = ">=1.10.12, <2.0.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions