-
Notifications
You must be signed in to change notification settings - Fork 11
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
FYI: Pydantic v2 is breaking things #176
Comments
Thank you @effigies for the heads up! I guess, while addressing incompatibility, we better add a |
ok, @candleindark let's look into just migrating over to use pydantic 2.0 -- first approach here, and then see what it would take in the projects which use dandischema (see #178 (comment)) |
Do you mean migrating to Pydantic 2.0 for real now, without the support for Pydantic 1.0? Do you also mean to abandon the approach in #178? That approach supports Pydanic 1.0 by importing it though |
yup! no backwards compatibility wanted at this time. |
Great. That would be cleaner. |
reconfirming -- full migration to v2 without using a shim |
FYI, this has come up as an issue here NeurodataWithoutBorders/pynwb#1799 |
Just a heads up that we're getting failures in PyBIDS on our pre-release tests due to a dependency using pydantic. A quick glance didn't indicate that you're testing pre-releases, so I wanted to make sure you weren't caught off-guard when the full release comes out.
The text was updated successfully, but these errors were encountered: