diff --git a/conformance/results/pyright/callables_kwargs.toml b/conformance/results/pyright/callables_kwargs.toml index 0af9273e..191d97a5 100644 --- a/conformance/results/pyright/callables_kwargs.toml +++ b/conformance/results/pyright/callables_kwargs.toml @@ -1,4 +1,4 @@ -conformant = "Partial" +conformant = "Pass" output = """ callables_kwargs.py:28:5 - error: Could not access item in TypedDict   "v2" is not a required key in "TD2", so access may result in runtime exception (reportTypedDictNotRequiredAccess) diff --git a/conformance/results/results.html b/conformance/results/results.html index 0777464b..ba1f3d8e 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -608,7 +608,7 @@

Python Type System Conformance Test Results

     callables_kwargs
Partial

Allows callable without kwargs to be assigned to callable with unpacked kwargs

-Partial +Pass Pass
Unsupported

Does not understand Unpack in the context of **kwargs annotation.