Skip to content

Commit

Permalink
Update kedro-airflow/pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
sbrugman and deepyaman authored Jul 14, 2023
1 parent a2d3bf8 commit 1b256c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-airflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = {text = "Apache Software License (Apache 2.0)"}
dependencies = [
"kedro>=0.17.5",
"python-slugify>=4.0",
"semver~=3.0",
"semver>=2.10", # Needs to be at least 2.10.0 to make use of `VersionInfo.match`.
]
dynamic = ["readme", "version"]

Expand Down

0 comments on commit 1b256c2

Please sign in to comment.