uranusjr commented on code in PR #54421: URL: https://github.com/apache/airflow/pull/54421#discussion_r2488987284
########## task-sdk/src/airflow/sdk/definitions/context.py: ########## @@ -22,6 +22,8 @@ from collections.abc import MutableMapping from typing import TYPE_CHECKING, Any, NamedTuple, TypedDict, cast +from typing_extensions import NotRequired Review Comment: However we should add typing_extensions as an explicitly dependency to the task sdk. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
