Skip to content

Commit

Permalink
Merge pull request #204 from syou6162/relax-ruamel-yaml-version-const…
Browse files Browse the repository at this point in the history
…raint

Relax ruamel.yaml Version Constraint from ~=0.18.7 to >=0.17,<0.19
  • Loading branch information
z3z1ma authored Jan 29, 2025
2 parents 2926631 + db0a6d6 commit 40cbe03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requires-python = ">=3.9,<3.13"
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
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40cbe03

Please sign in to comment.