Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows use of pydantic 2 by dependents. #283

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Conversation

cmwilhelm
Copy link
Contributor

Some applications wants to use pydantic2
but have been blocked by strict constraint on
pydantic1 in mmda. This changeset allows the
basic library to be used with either major
version (but preserves the 1.x requirement
for specific models so as not to break anything
in S2's SPP pipeline).

Some applications wants to use pydantic2
but have been blocked by strict constraint on
pydantic1 in mmda. This changeset allows the
basic library to be used with either major
version (but preserves the 1.x requirement
for specific models so as not to break anything
in S2's SPP pipeline).
@cmwilhelm cmwilhelm requested a review from geli-gel June 5, 2024 17:27
Copy link
Contributor

@geli-gel geli-gel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

@cmwilhelm cmwilhelm merged commit 38a4a9a into main Jun 5, 2024
5 checks passed
@cmwilhelm cmwilhelm deleted the pydantic-agnostic branch June 5, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants