This repository was archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
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
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"