From 49046c7fa1e8f5126aaa18fc34f28c8afc743205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:40:57 +0000 Subject: [PATCH] build(deps): bump fastapi from 0.115.0 to 0.138.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.0 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a770682..525cb5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools" ] dependencies = [ - "fastapi==0.115.0", + "fastapi==0.138.1", "uvicorn[standard]==0.32.0", "sse-starlette==2.1.3", "pyyaml==6.0.2", diff --git a/requirements.txt b/requirements.txt index 9f13a99..7cf31a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # MCP Server Dependencies -fastapi==0.115.0 +fastapi==0.138.1 uvicorn[standard]==0.32.0 sse-starlette==2.1.3 pyyaml==6.0.2