soda-sql
soda-sql copied to clipboard
Incompatible with `Airflow` due to `MarkupSafe` conflict
Describe the bug
soda-core:2.2.2 is incompatible with Airflow:2.4.1 due to MarkupSafe version conflict
... soda-sql-bigquery (>=2.1.6,<3.0.0) requires markupsafe (2.0.1).
And because apache-airflow (2.4.1) requires MarkupSafe (>=2.1.1) (2), apache-airflow (2.4.1) is incompatible with soda-sql-bigquery (>=2.1.6,<3.0.0)
To Reproduce Steps to reproduce the behavior:
- create
pyproject.tomlwith dependencies to
- airflow = "2.4.1"
- soda-sql-bigquery = "^2.1.6"
- any other
soda-sql-xxxwith same version
- run
poetry update sod-sql-bigquery ... - observe conflict
OS: MacOs Python Version: 3.9 Soda SQL Version: 2.2.2