From 48709182b5c26d6f8318ca20a81a0a9031f87dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:06:28 +0000 Subject: [PATCH] Update fastapi requirement from <1.0,>=0.115 to >=0.136.1,<1.0 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.115.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 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 6223a19..9690a8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Public-safe Alice core package for local memory and continuity wo requires-python = ">=3.12" dependencies = [ "alembic>=1.14,<2.0", - "fastapi>=0.115,<1.0", + "fastapi>=0.136.1,<1.0", "psycopg[binary]>=3.2,<4.0", "redis>=5.0,<6.0", "sqlalchemy>=2.0,<3.0",