© 2025-2026 PySpect
Circular dependencies detected in the dependency tree: apache-airflow-providers-common-compat → apache-airflow, apache-airflow-providers-standard → apache-airflow, apache-airflow-providers-common-io → apache-airflow, apache-airflow-task-sdk → apache-airflow-core, apache-airflow-providers-common-sql → apache-airflow, apache-airflow-providers-smtp → apache-airflow. Hidden from the diagram below to keep it an acyclic graph.
| Package | Optional | Group |
|---|---|---|
| acryl-datahub-airflow-plugin | false | |
| airflow-exporter | false | |
| airflow-provider-duckdb | false | |
| airflow-provider-great-expectations |
| false |
| apache-airflow-backport-providers-amazon | false |
Source: ClickPy
151 known vulnerabilitiesLatest: PYSEC-2026-3712 — Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level matched neither and was returned unmasked. Any authenticated user able to read the logs or rendered templates of a task that references such a Variable could recover the values, with no special configuration required. This is the list-shaped counterpart of CVE-2026-59244, whose fix covered the dict case only, so deployments that upgraded in response to that advisory remain affected and must upgrade again. Users are advised to upgrade to apache-airflow 3.3.1 or later. View all →