From 204c88188727c0e78a06df5d9c5242f828b39f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:51:29 +0000 Subject: [PATCH] Update pydantic-settings requirement from ~=2.6.0 to ~=2.7.0 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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: pydantic-settings 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 9a298be..9733d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "fastapi~=0.115.2", "httpx~=0.28.0", "jinja2~=3.1.4", - "pydantic-settings~=2.6.0", + "pydantic-settings~=2.7.0", "pydantic>=2.7.0,<3.0.0", "tzdata~=2024.2", "uvicorn[standard]~=0.32.0",