From 94c6bcdf98457f314b587a33c65ebedbfcbe7bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:57:14 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ~=2.10.6 to ~=2.12.3 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fbbeca..52fc145 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ propcache~=0.3.1 PyAudio~=0.2.14 pycodestyle~=2.12.1 pycparser~=2.22 -pydantic~=2.10.6 +pydantic~=2.12.3 pydantic_core~=2.27.2 pydub~=0.25.1 pyflakes~=3.2.0