We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6e62e commit d659af1Copy full SHA for d659af1
1 file changed
providers/trino/pyproject.toml
@@ -59,7 +59,7 @@ requires-python = ">=3.10"
59
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
60
dependencies = [
61
"apache-airflow>=2.11.0",
62
- "apache-airflow-providers-common-compat>=1.10.1",
+ "apache-airflow-providers-common-compat>=1.10.1", # use next version
63
"apache-airflow-providers-common-sql>=1.20.0",
64
'pandas>=2.1.2; python_version <"3.13"',
65
'pandas>=2.2.3; python_version >="3.13"',
0 commit comments