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
types like Callable and Awaitable are completely unrelated to "collections", therefore collections.abc is clearly the wrong place for them, so the fact that typing.Callable and typing.Awaitable are deprecated in favor of these aliases is very confusing.
imo they should either be moved to a different module, or the versions in typing should be un-deprecated until a more suitable location for them is decided