uranusjr commented on code in PR #54421:
URL: https://github.com/apache/airflow/pull/54421#discussion_r2488985218


##########
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:
   I think we can just use typing_extensions directly (not using try-except); 
typing_extensions imports from typing whenever possible anyway.



-- 
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]

Reply via email to