From 01603a04f2a254abe15b7f57a74f6d9f525c0f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:00:34 +0000 Subject: [PATCH] Chore: Update pydantic-settings requirement from >=2.9.0 to >=2.13.1 Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.9.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 906041b..4f27fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "uvicorn[standard]>=0.34.0", "sqlalchemy>=2.0.40", "pydantic>=2.11.0", - "pydantic-settings>=2.9.0", + "pydantic-settings>=2.13.1", ] [project.optional-dependencies]