From 954a14bb013b7308bd230941579f2a37d99a792d Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 30 Mar 2026 16:04:11 +0200 Subject: [PATCH] Rmeove cap to cattrs < 25.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8660c69..0f8e80d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ requires-python = ">=3.10" dependencies = [ "attrs", - "cattrs<25.1", + "cattrs", "Jinja2>2.0", "markupsafe", "parsimonious>=0.10.0,<0.11.0",