From 1fba2215303fa2f8c8f168bd5e3dd5f6af715f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:12:43 +0000 Subject: [PATCH] chore(deps): update fastapi requirement Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. Updates `fastapi` to 0.135.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 dependency-type: direct:production dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 611b4bb..b2f76ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ requires-python = ">=3.12,<4.0" dependencies = [ "ell-ai[all]>=0.0.17", - "fastapi[all]>=0.111.1,<0.116.0", + "fastapi[all]>=0.111.1,<0.136.0", "gunicorn (>=23.0.0)", "langchain>=0.3.25", "langfuse>=3.0.0",