From 9bb65e2878c4c7f5cf05dcbd5e9939c26a23ce79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:56:34 +0000 Subject: [PATCH] chore(deps): update fastapi requirement Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.0...0.135.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.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 2a0c15f..e6797b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "argon2-cffi>=25.1,<26.0", "asyncpg>=0.30,<0.31", "crossrefapi>=1.6,<2.0", - "fastapi>=0.116,<0.117", + "fastapi>=0.116,<0.136", "httpx>=0.28,<0.29", "itsdangerous>=2.2,<3.0", "python-multipart>=0.0.9,<0.1", -- 2.49.1