Skip to content

Commit a69a1f3

Browse files
Exclude ruamel.yaml v0.19.0 and v0.19.1 due to regression introduced in 0.18.13 (#1274)
1 parent d5b46aa commit a69a1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pydantic>=2.5.0",
4646
"requests>=2.26.0",
4747
"rich>=9.6.1",
48-
"ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15,!=0.18.16,!=0.18.17",
48+
"ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15,!=0.18.16,!=0.18.17,!=0.19.0,!=0.19.1",
4949
"tomlkit>=0.13.3",
5050
"typer>=0.12.4",
5151
"typing-extensions>=3.10.0.0",

0 commit comments

Comments
 (0)