We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24579d6 commit 5c0b6f2Copy full SHA for 5c0b6f2
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
]
22
23
[tool.poetry.dependencies]
24
-python = ">=3.7.2,<4.0"
+python = ">=3.7.2,<4.0" # Airflow providers require this upper boundary
25
26
apache-airflow = { version = ">=2.0", optional = true }
27
apache-airflow-providers-amazon = { version = ">=3.0.0", optional = true }
0 commit comments