From ee7e7f32236796b9ffdb41afa6847abbf6ea5272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:23:32 +0000 Subject: [PATCH] Update fastapi requirement in the packages group across 1 directory Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. Updates `fastapi` to 0.137.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.0...0.137.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production dependency-group: packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5de79ec..1ec4d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version"] dependencies = [ "DLite-Python ~=0.5.29,<0.5.40", "eval-type-backport >=0.3.1,<0.5.0", - "fastapi ~=0.136.0", + "fastapi >=0.136,<0.138", "optimade[mongo] ~=1.4", "oteapi-core >=1.0.1,<2", "oteapi-dlite >=1.0.1,<2",