From 0dd4862602eb152547ae561df0d07858ee7d094e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:25:33 +0000 Subject: [PATCH] Bump pydantic from 2.7.1 to 2.10.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.10.2. - [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.7.1...v2.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb3d5043b..7e82a57f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ asyncio = ">=3.4.3,<4.0" toml = "*" pypdf = "4.3.1" loguru = "*" -pydantic = "2.8.2" +pydantic = "2.10.2" tenacity = "*" psutil = "*" sentry-sdk = {version = "*", extras = ["http"]} # Updated here