You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Following #1641, some improvements that could be implemented:
deduplicate
nameandlookup_key_collection(comment):pydantic-core/src/validators/arguments_v3.rs
Lines 49 to 52 in b6a2ca1
Extract potential var_args/var_kwargs parameter (comment):
Extra behavior for extra args, when input is
ArgsKwargs. Currently, this is relevant for kwargs (on both schema types), but not for args (comment).