From 4a7709e5d3359eae0872f9cb5186d2631ca65343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:23:38 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 3 updates Bumps the pip group with 2 updates in the /shared/services/rag directory: [langchain-openai](https://github.com/langchain-ai/langchain) and [langchain-core](https://github.com/langchain-ai/langchain). Bumps the pip group with 1 update in the /shared/services/state directory: [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `langchain-openai` from 0.1.0 to 1.1.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.0...langchain-openai==1.1.14) Updates `langchain-core` from 0.1.52 to 1.2.28 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.1.52...langchain-core==1.2.28) Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.1.14 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-core dependency-version: 1.2.28 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- shared/services/rag/requirements.txt | 4 ++-- shared/services/state/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/services/rag/requirements.txt b/shared/services/rag/requirements.txt index 6c61b7f1..ed22b574 100644 --- a/shared/services/rag/requirements.txt +++ b/shared/services/rag/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.24.0 pydantic==2.5.0 qdrant-client==1.12.1 httpx==0.25.0 -langchain-openai==0.1.0 +langchain-openai==1.1.14 langchain-community==0.0.38 -langchain-core==0.1.52 +langchain-core==1.2.28 prometheus-fastapi-instrumentator==6.1.0 diff --git a/shared/services/state/requirements.txt b/shared/services/state/requirements.txt index dc9accee..aefb9a50 100644 --- a/shared/services/state/requirements.txt +++ b/shared/services/state/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.104.0 uvicorn[standard]==0.24.0 pydantic==2.5.0 psycopg2-binary==2.9.9 -python-dotenv==1.0.0 +python-dotenv==1.2.2 prometheus-fastapi-instrumentator>=6.1.0