-
Notifications
You must be signed in to change notification settings - Fork 201
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
Pydantic V2 support #228
Comments
Steps to reproduce: pip install nixtlats
pip install --upgrade pydantic from nixtlats import timegpt Breaks because nixtlats is not compatible with pydantic v2 |
Do we know if nixtlats will be pydantic v2 compatible in the near future? |
Following up this for a while, is there any updates on the compatibility with pydantic v2? |
Hello, do you have an estimation on when nixtlats will be compatible with pydantic > 2.0.0 ? |
Encountering same issue. Is there any expectation for nixtlats to align with Pydantic v2 compatibility anytime soon? Thanks!! |
we are taking a look at this and should be ready in the next days🎉 |
Fixed by #308 |
Great, thank you so much! |
Yes, since 0.5.0 |
Pydantic v2 is a breaking change wrt pydantic v1. Nixtlats uses pydantic v1 and so is incompatible with tools built with pydantic v2. Could you add support for Pydantic v2?
The text was updated successfully, but these errors were encountered: