Skip to content

Commit

Permalink
Move min airflow version down for Docker Provider to 2.3.0 (#28648)
Browse files Browse the repository at this point in the history
The #25780 has accidentally bumped min airflow version for the
provider to 2.4.0, however the provider is fully capable to work
in Airflow 2.3+.
  • Loading branch information
potiuk committed Dec 30, 2022
1 parent b124d6c commit ea08989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/docker/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ versions:
- 1.0.0

dependencies:
- apache-airflow>=2.4.0
- apache-airflow>=2.3.0
- docker>=5.0.3
- python-dotenv>=0.21.0

Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
},
"docker": {
"deps": [
"apache-airflow>=2.4.0",
"apache-airflow>=2.3.0",
"docker>=5.0.3",
"python-dotenv>=0.21.0"
],
Expand Down

0 comments on commit ea08989

Please sign in to comment.