From 54b65bc3ee6d2221052d62ff7f2e3f255404d3b9 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 17 Mar 2026 22:05:05 +0100 Subject: [PATCH] one more fix for uv lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 7f45adce93..c4fbceec60 100644 --- a/uv.lock +++ b/uv.lock @@ -1347,7 +1347,7 @@ docs-tests = [ ] github-actions = [ { name = "httpx", specifier = ">=0.27.0,<1.0.0" }, - { name = "pydantic", specifier = ">=2.5.3,<3.0.0" }, + { name = "pydantic", specifier = ">=2.10.0,<3.0.0" }, { name = "pydantic-settings", specifier = ">=2.1.0,<3.0.0" }, { name = "pygithub", specifier = ">=2.3.0,<3.0.0" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },