From 3a2a37b3559240efe70221e2967870250cf28547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:57:33 +0000 Subject: [PATCH] chore(deps): bump the runtime-dependencies group across 1 directory with 11 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [gunicorn](https://github.com/benoitc/gunicorn), [langchain](https://github.com/langchain-ai/langchain), [langchain-community](https://github.com/langchain-ai/langchain-community), [langchain-openai](https://github.com/langchain-ai/langchain), [langfuse](https://github.com/langfuse/langfuse), [langgraph](https://github.com/langchain-ai/langgraph), [llama-index](https://github.com/run-llama/llama_index), [openai](https://github.com/openai/openai-python), [poethepoet](https://github.com/nat-n/poethepoet) and [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version. Updates `fastapi` to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.136.1) Updates `gunicorn` to 25.3.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.3.0) Updates `langchain` to 1.2.17 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-box==0.1.0...langchain==1.2.17) Updates `langchain-community` to 0.4.1 - [Release notes](https://github.com/langchain-ai/langchain-community/releases) - [Commits](https://github.com/langchain-ai/langchain-community/compare/libs/community/v0.3.25...libs/community/v0.4.1) Updates `langchain-openai` to 1.2.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.25...langchain-openai==1.2.1) Updates `langfuse` to 4.5.1 - [Release notes](https://github.com/langfuse/langfuse/releases) - [Commits](https://github.com/langfuse/langfuse/commits) Updates `langgraph` to 1.1.10 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.8...1.1.10) Updates `llama-index` to 0.14.21 - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](https://github.com/run-llama/llama_index/compare/v0.12.40...v0.14.21) Updates `openai` to 2.33.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.84.0...v2.33.0) Updates `poethepoet` to 0.45.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.32.1...v0.45.0) Updates `pymupdf` to 1.27.2.3 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.27.2.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: langchain dependency-version: 1.2.17 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: langchain-community dependency-version: 0.4.1 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: langfuse dependency-version: 4.5.1 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: langgraph dependency-version: 1.1.10 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: llama-index dependency-version: 0.14.21 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: openai dependency-version: 2.33.0 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: poethepoet dependency-version: 0.45.0 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: pymupdf dependency-version: 1.27.2.3 dependency-type: direct:production dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce4812b..a0f45ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,17 +15,17 @@ dependencies = [ "bs4>=0.0.2", "docx2txt>=0.9", "ell-ai[all]>=0.0.17", - "fastapi[all]>=0.111.1,<0.112.0", - "gunicorn (>=23.0.0)", - "langchain>=0.1.0", - "langchain-community>=0.3.25", - "langchain-openai>=0.3.25", - "langfuse>=3.0.1", - "langgraph>=0.4.8", - "llama-index>=0.12.40", - "openai>=1.84.0", - "poethepoet (>=0.32.1)", - "pymupdf>=1.26.0", + "fastapi[all]>=0.136.1,<0.137.0", + "gunicorn (>=25.3.0)", + "langchain>=1.2.17", + "langchain-community>=0.4.1", + "langchain-openai>=1.2.1", + "langfuse>=4.5.1", + "langgraph>=1.1.10", + "llama-index>=0.14.21", + "openai>=2.33.0", + "poethepoet (>=0.45.0)", + "pymupdf>=1.27.2.3", "slowapi>=0.1.9", ]