-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Allow Pydantic >= 2.5.3 #1388
Allow Pydantic >= 2.5.3 #1388
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1388 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 207 207
Lines 14969 14942 -27
=========================================
- Hits 14969 14942 -27
|
CodSpeed Performance ReportMerging #1388 will degrade performances by 18.61%Comparing Summary
Benchmarks breakdown
|
That's still installing Edit: see that you didn't run poetry lock that's why |
it was yanked on pypi because it's obsoleted by types-setuptools. but pkg_resources is typed in recent setuptools, so we don't need a types package at all
Ran poetry lock! |
create_schema_validator now returns SchemaValidator | PluggableSchemaValidator
92367a2
to
42753b7
Compare
@collerek there is one broken test, |
No description provided.