Use Case
Some customers have pipeline tooling that is using the v2.x version of Pydantic, and is looking to include this package in that tooling. They're using a single site-packages for this tooling, so this package being on Pydantic v1.10.x is an unresolvable compatibility issue since Python doesn't allow for more than one copy of a package in site-packages.
Proposed Solution
In the short term, complete #8 so that this package is compatible with both Pydantic v1.x and v2.x.
Use Case
Some customers have pipeline tooling that is using the v2.x version of Pydantic, and is looking to include this package in that tooling. They're using a single site-packages for this tooling, so this package being on Pydantic v1.10.x is an unresolvable compatibility issue since Python doesn't allow for more than one copy of a package in site-packages.
Proposed Solution
In the short term, complete #8 so that this package is compatible with both Pydantic v1.x and v2.x.