Skip to content

Commit

Permalink
Merge pull request #101 from NowanIlfideme/fix/ruamel-versions
Browse files Browse the repository at this point in the history
Fix ruamel-yaml version to <0.18 to avoid issues
  • Loading branch information
NowanIlfideme authored Feb 6, 2024
2 parents 4950b1b + 2a0b9d6 commit 8f73c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ classifiers = [
dependencies = [
"pydantic>=1.10.0,<2",
"pydantic-yaml>=1.1.2",
"kedro",
"ruamel-yaml<0.18", # Current limitation
"kedro<0.19", # Current limitation
"fsspec",
]
urls = { github = "https://github.com/NowanIlfideme/pydantic-kedro" }
Expand Down

0 comments on commit 8f73c56

Please sign in to comment.