-
Notifications
You must be signed in to change notification settings - Fork 250
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
fix: keyword only non default argument #1290
fix: keyword only non default argument #1290
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #1290 will not alter performanceComparing Summary
|
8889628
to
0ace46a
Compare
please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this change makes sense to me. It looks like we'll have to update pydantic
to feed in this new keyword_only
mode?
@davidhewitt If I'm not mistaken, Pydantic already passes the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right yes, sorry I had missed that!
Change Summary
Fix keyword only non default argument
Related issue number
fix pydantic/pydantic#9337
Checklist
pydantic-core
(except for expected changes)Selected Reviewer: @davidhewitt