-
Notifications
You must be signed in to change notification settings - Fork 17
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 #197
Pydantic v2 #197
Conversation
Codecov Report
@@ Coverage Diff @@
## master #197 +/- ##
==========================================
- Coverage 98.63% 97.67% -0.96%
==========================================
Files 74 74
Lines 5557 5557
==========================================
- Hits 5481 5428 -53
- Misses 76 129 +53
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Looking at the coverage report, I am nearly certain the coverage report is wrong here. I am going to merge for now so I can work on other features that depend on this. Will fix coverage later if this turned out to be correct. |
Description
This PR adds support for pydantic V2. I mainly just got it working, there are other pydanitic optimizations which can be made and always enumerable cleanups.
Checklist
I have (if applicable):