**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"`
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"