potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2211842165


##########
scripts/ci/pre_commit/update_airflow_pyproject_toml.py:
##########
@@ -132,6 +141,23 @@ def find_min_provider_version(provider_id: str) -> 
tuple[Version | None, str]:
 
 PROVIDER_MIN_VERSIONS: dict[str, str | None] = {}
 
+
+def get_python_exclusion(provider_dependencies: dict[str, Any]) -> str:
+    """
+    Get the python exclusion for the provider based on its metadata.
+    If the provider is not in the metadata, return an empty string.
+    """

Review Comment:
   nicer yes. Updated.



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