Arbitrary arg access two levels deep for untyped handler (#4180)
* Arbitrary arg access two levels deep for untyped handler Provide drop-in compatibility with existing component wrapping code that was accessing attributes on the default handler arg type. * py3.9 compat
This commit is contained in:
parent
4422515f4b
commit
da9d7eabdd
@ -1045,7 +1045,8 @@ def resolve_annotation(annotations: dict[str, Any], arg_name: str):
|
|||||||
deprecation_version="0.6.3",
|
deprecation_version="0.6.3",
|
||||||
removal_version="0.7.0",
|
removal_version="0.7.0",
|
||||||
)
|
)
|
||||||
return JavascriptInputEvent
|
# Allow arbitrary attribute access two levels deep until removed.
|
||||||
|
return Dict[str, dict]
|
||||||
return annotation
|
return annotation
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user