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
Some typehints within dpath are not denoted as Optional even though they are defaulted to None. This causes incorrect handling on consuming side of the API.
Argument "afilter" to "merge" has incompatible type "None"; expected "Callable[[Any], bool]" [arg-type]