From 30f50d97192f93b2fb11cccfd56ff8d608218f1e Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:16:34 -0400 Subject: [PATCH] Revert pydantic update due to upstream bug (#4427) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6cc22d5..2845458b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.13.0", + "pydantic==2.12.5", "cryptography>=45.0.7", "textual>=5.3.0", "markdown-it-py[linkify]>=4.0.0",