From f297480a7ee5c03769cc3e6e82dab309c5992945 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Tue, 6 Jan 2026 18:54:22 +1300 Subject: [PATCH] Exclude `ruamel.yaml` v0.19.0 and v0.19.1 due to regression introduced in 0.18.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42d60f1d..bf30146a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pydantic>=2.5.0", "requests>=2.26.0", "rich>=9.6.1", - "ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15,!=0.18.16,!=0.18.17", + "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", "tomlkit>=0.13.3", "typer>=0.12.4", "typing-extensions>=3.10.0.0",