From 167f78d4ae6247f38cda5c2c4eb9bdc03e26b3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:25:24 +0000 Subject: [PATCH] chore(deps): update fastapi[all] requirement Updates the requirements on [fastapi[all]](https://github.com/fastapi/fastapi) to permit the latest version. Updates `fastapi[all]` to 0.115.14 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.115.14) --- updated-dependencies: - dependency-name: fastapi[all] dependency-version: 0.115.14 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 ce4812b..846bfc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "bs4>=0.0.2", "docx2txt>=0.9", "ell-ai[all]>=0.0.17", - "fastapi[all]>=0.111.1,<0.112.0", + "fastapi[all]>=0.111.1,<0.116.0", "gunicorn (>=23.0.0)", "langchain>=0.1.0", "langchain-community>=0.3.25",