Skip to content

Commit

Permalink
chore(airflow): relax semver requirement bound (kedro-org#270)
Browse files Browse the repository at this point in the history
chore: bump semver

Closes: kedro-org#269

Signed-off-by: Simon Brugman <sfbbrugman@gmail.com>
  • Loading branch information
sbrugman authored and Peter Bludau committed Aug 27, 2023
1 parent 3f27b95 commit 4462e88
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~=2.10", # Needs to be at least 2.10.0 to get VersionInfo.match
"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 4462e88

Please sign in to comment.