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.