From 0d2fb282d9c5aa0879c00b6af3625d5dff18dd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:03:12 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.138.1 to 0.139.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.1 to 0.139.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.1...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- christopher_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/christopher_requirements.txt b/christopher_requirements.txt index b6aa6e4..15b280c 100644 --- a/christopher_requirements.txt +++ b/christopher_requirements.txt @@ -4,5 +4,5 @@ requests==2.34.2 python-dotenv==1.2.2 -fastapi==0.138.1 +fastapi==0.139.0 uvicorn==0.51.0 diff --git a/requirements.txt b/requirements.txt index 68a3831..10c0627 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Christopher-AI - Local Voice AI Orchestrator # Python 3.11+ | Last updated: 2026-04-22 -fastapi==0.138.1 +fastapi==0.139.0 uvicorn[standard]==0.51.0 python-dotenv==1.2.2 requests==2.34.2