Fury0508 commented on code in PR #60728: URL: https://github.com/apache/airflow/pull/60728#discussion_r2701904920
########## scripts/in_container/run_provider_yaml_files_check.py: ########## @@ -101,6 +102,30 @@ suspended_integrations: set[str] = set() +def sync_dependencies_without_dev() -> None: Review Comment: I've added the function call now ,it's invoked at the start of the main execution block. After investigation, `jsonpath-ng` is a dependency of the amazon provider (not a dev-only dependency), so it remains available after `uv sync --no-dev` runs. The top-level import works correctly since provider dependencies stay installed during validation. Thanks for the review! -- 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]
