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
I have change typehints from Context to Mapping[str, Any] in #45444. Let's make it consistent -- the Context class currently manages deprecations too which we haven't ported to Task SDK yet.
The text was updated successfully, but these errors were encountered:
I have change typehints from
Context
toMapping[str, Any]
in #45444. Let's make it consistent -- theContext
class currently manages deprecations too which we haven't ported to Task SDK yet.The text was updated successfully, but these errors were encountered: