From aa0cde857da487eaac0774779538ee0af4cf2913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:09:57 +0000 Subject: [PATCH] chore(deps): Update fastapi requirement in /backend 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.100.0...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ff69ae1..de54ed2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -3,7 +3,7 @@ name = "markos-agentflow-backend" version = "0.1.0" description = "MarkOS-AgentFlow Backend Service" dependencies = [ - "fastapi>=0.100.0", + "fastapi>=0.135.3", "uvicorn[standard]>=0.22.0", "pydantic-settings>=2.0.0", "sqlmodel>=0.0.14",