From 26715c2988a0fa52f9c7814ab8571046417fa574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:45:19 +0000 Subject: [PATCH] Bump pydantic from 2.9.0 to 2.10.6 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.0 to 2.10.6. - [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.9.0...v2.10.6) --- 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 4cb372f..a15a3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "fastagency[autogen,mesop,server,fastapi]==0.3.3", "pandas==2.2.3", "gunicorn==23.0.0", - "pydantic==2.9.0", + "pydantic==2.10.6", "pydantic-settings==2.6.1", "httpx<0.28.0", ]