From d6e6a403333623626d9059b55d4ee3400c716b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:45:29 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /driver/src 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.136.1...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- driver/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/src/requirements.txt b/driver/src/requirements.txt index c582741..b80a1eb 100644 --- a/driver/src/requirements.txt +++ b/driver/src/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.136.1,<1.0 +fastapi>=0.136.3,<1.0 uvicorn[standard]>=0.47.0,<1.0 anthropic>=0.40,<1.0 httpx>=0.28.1,<1.0