From 03a7fa54e3df7d419e90f043a345ec87f82140c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:38:03 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /libs/kotaemon 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.1.11...0.135.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/kotaemon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index ac099a0..7fe7dbf 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "cookiecutter>=2.6.0,<2.7", "fast_langdetect", "gradio==5.35.0", - "fastapi<=0.120.0", + "fastapi<=0.135.1", "html2text==2024.2.26", "langchain>=0.3,<0.4", "langchain-community>=0.2,<0.4",