From 4242b610da9b8dbe369adf7e4ba21f2ece139edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:19:10 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the /lib/rag/layer directory: | Package | From | To | | --- | --- | --- | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.3.0` | `1.4.0` | | [opensearch-py](https://github.com/opensearch-project/opensearch-py) | `3.1.0` | `3.2.0` | | [requests-aws4auth](https://github.com/tedder/requests-aws4auth) | `1.3.1` | `1.3.2` | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.6` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | Updates `langchain-core` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.3.0...langchain-core==1.4.0) Updates `opensearch-py` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/opensearch-project/opensearch-py/releases) - [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/opensearch-project/opensearch-py/compare/v3.1.0...v3.2.0) Updates `requests-aws4auth` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/tedder/requests-aws4auth/releases) - [Changelog](https://github.com/tedder/requests-aws4auth/blob/main/HISTORY.md) - [Commits](https://github.com/tedder/requests-aws4auth/compare/v1.3.1...v1.3.2) Updates `numpy` from 2.4.4 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.4...v2.4.6) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: opensearch-py dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: requests-aws4auth dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- lib/rag/layer/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/rag/layer/requirements.txt b/lib/rag/layer/requirements.txt index 942238100..80e95d76b 100644 --- a/lib/rag/layer/requirements.txt +++ b/lib/rag/layer/requirements.txt @@ -12,21 +12,21 @@ # Heavy document processing happens in container: lib/rag/ingestion/ingestion-image/ # Core langchain package for vector store base classes -langchain-core==1.3.0 +langchain-core==1.4.0 # langchain-community for OpenSearchVectorSearch and PGVector classes # This package has many optional dependencies - we only need the core vectorstore functionality langchain-community==0.4.1 # Database and search connectors (required for similarity search) -opensearch-py==3.1.0 +opensearch-py==3.2.0 pgvector==0.4.2 -requests-aws4auth==1.3.1 +requests-aws4auth==1.3.2 # Required by langchain-community for vector operations # NumPy 2.x has pre-built wheels - pin to specific version to avoid source builds -numpy==2.4.4 +numpy==2.4.6 # psycopg2-binary provided by Common Layer # boto3/botocore provided by Lambda runtime -urllib3==2.6.3 +urllib3==2.7.0