Skip to content

Commit

Permalink
Align airflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Apr 8, 2024
1 parent ef7e544 commit fc26d85
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 @@ -4,7 +4,7 @@
name="crate-airflow-tutorial",
packages=find_packages(),
python_requires=">=3.11",
install_requires=["apache-airflow==2.8.2"],
install_requires=["apache-airflow==2.8.4"],
extras_require={
"develop": [
"pylint==3.1.0",
Expand Down

0 comments on commit fc26d85

Please sign in to comment.