From d993b9c07bfd9f9b94e3a7ac3018849430232ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:17:08 +0000 Subject: [PATCH] deps: update fastapi requirement from >=0.135.2 to >=0.135.3 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.135.2...0.135.3) --- 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 d0c192b..3918f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ dependencies = [ "anthropic>=0.86", "click>=8.3.1", - "fastapi>=0.135.2", + "fastapi>=0.135.3", "httpx>=0.28.1", "markdownify>=1.2.2", "modal>=1.4",