Skip to content

Commit

Permalink
remove max on airflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Jan 5, 2023
1 parent 54fdfdb commit 862fb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def initialize_options(self) -> None:
airflow_dependencies = [
# Minimum version here is needed to avoid syntax error in setup.py
# in 1.10.0
'apache-airflow>=1.10.1,<2'
'apache-airflow>=1.10.1'
]

db_dependencies = [
Expand Down

0 comments on commit 862fb03

Please sign in to comment.