o-nikolas commented on code in PR #66491:
URL: https://github.com/apache/airflow/pull/66491#discussion_r3222065040
##########
airflow-core/src/airflow/dag_processing/bundles/base.py:
##########
@@ -313,9 +329,15 @@ def path(self) -> Path:
"""
@abstractmethod
- def get_current_version(self) -> str | None:
+ def get_current_version(self) -> str | BundleVersion | None:
Review Comment:
I was trying to keep this one scoped to just core, not providers. But I can
include this if you prefer.
--
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]