-
Notifications
You must be signed in to change notification settings - Fork 55
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
Adjust test_json_schema() for Pydantic 2.9 #215
Conversation
CI fails due to the pinned dependencies in |
You can fix it by installing pip-tools and sync the dependencies |
004b1dd
to
b8a0629
Compare
407b9a6
to
451af53
Compare
Okay, I tried |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 11 19 +8
Lines 685 1047 +362
Branches 169 253 +84
==========================================
+ Hits 685 1047 +362 ☔ View full report in Codecov by Sentry. |
in I could hand-edit the result of |
Thanks @musicinmybrain for fixing this and @yezz123 for reviewing! |
Fixes #213.
Assuming the change in this schema in Pydantic 2.9 is intentional, this PR adapts the test to it.