From c30360a7dac527de17ac2a16b80f7b28adeb2f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:07:17 +0000 Subject: [PATCH] Bump pydantic from 2.13.0 to 2.13.1 in /server Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index d739918..6764f97 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "aiocache==0.12.3", "fastapi==0.135.3", "httpx==0.28.1", - "pydantic==2.13.0", + "pydantic==2.13.1", "slowapi==0.1.9", "uvicorn==0.44.0", ]