Skip to content

Commit

Permalink
Relax ruamel.yaml Version Constraint from ~=0.18.7 to >=0.17,<0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Jan 23, 2025
1 parent 81c285e commit 5ccb954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"click>7,<9",
"dbt-core>=1.8,<=1.10",
"ruamel.yaml~=0.18.7",
"ruamel.yaml>=0.17,<0.19",
"rich>=10",
"pluggy>=1.5.0,<2",
"typing-extensions~=4.12.2 ; python_version < '3.10'",
Expand Down

0 comments on commit 5ccb954

Please sign in to comment.