From 90c25b6645e15194a382910b18630f5204f24624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:43:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pydantic=20to=20v2.?= =?UTF-8?q?13.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 080c597..c7ba251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dependencies = [ "cryptography==46.0.7", "httpx==0.28.1", "ms_cv==0.1.1", - "pydantic==2.13.2", + "pydantic==2.13.3", "pytest==9.0.3", "pytest-asyncio==1.3.0", "pytest-cov==7.1.0",