Skip to content

Commit

Permalink
Increase min airflow version to 2.6 (#1438)
Browse files Browse the repository at this point in the history
Since, we bumped the minimum version for the Amazon provider to 8.16.0,
our constraints generation is failing in main as the provider version now needs
Airflow >= 2.6. Hence, bump the same.
  • Loading branch information
pankajkoti authored Jan 22, 2024
1 parent dda8064 commit e7bf96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages = find_namespace:
include_package_data = true
namespace_packages = astronomer,astronomer.providers
install_requires =
apache-airflow>=2.2.0
apache-airflow>=2.6.0
Flask-Session<0.6.0 # This release breaking our tests, let's pin it as a temporary workaround
aiohttp
aiofiles
Expand Down

0 comments on commit e7bf96c

Please sign in to comment.