From ce65491d55b9e61624b2cb36fe08eed61eaa1e45 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:59:05 +0800 Subject: [PATCH] chore: update pydantic dependency version (#4980) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c6329423..ef47559a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pip>=25.1.1", "psutil>=5.8.0,<7.2.0", "py-cord>=2.6.1", - "pydantic~=2.10.3", + "pydantic>=2.12.5", "pydub>=0.25.1", "pyjwt>=2.10.1", "python-telegram-bot>=22.0",