ashb commented on code in PR #51656: URL: https://github.com/apache/airflow/pull/51656#discussion_r2142969839
########## dev/breeze/src/airflow_breeze/utils/docs_publisher.py: ########## @@ -66,6 +66,8 @@ def _current_version(self): if self.package_name.startswith("apache-airflow-providers-"): provider = get_provider_distributions_metadata().get(get_short_package_name(self.package_name)) return provider["versions"][0] + if self.package_name == "task-sdk": Review Comment: Cool, and yeah, agreed, shorter is better. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org