Skip to content

Commit cefdd67

Browse files
chore(deps): bump the python-dependencies group
Bumps the python-dependencies group in /lib/rag/layer with 2 updates: [langchain-core](https://github.com/langchain-ai/langchain) and [numpy](https://github.com/numpy/numpy). Updates `langchain-core` from 1.2.17 to 1.2.18 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.2.17...langchain-core==1.2.18) Updates `numpy` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d06283 commit cefdd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rag/layer/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Heavy document processing happens in container: lib/rag/ingestion/ingestion-image/
1313

1414
# Core langchain package for vector store base classes
15-
langchain-core==1.2.17
15+
langchain-core==1.2.21
1616

1717
# langchain-community for OpenSearchVectorSearch and PGVector classes
1818
# This package has many optional dependencies - we only need the core vectorstore functionality
@@ -25,7 +25,7 @@ requests-aws4auth==1.3.1
2525

2626
# Required by langchain-community for vector operations
2727
# NumPy 2.x has pre-built wheels - pin to specific version to avoid source builds
28-
numpy==2.4.2
28+
numpy==2.4.3
2929

3030
# psycopg2-binary provided by Common Layer
3131
# boto3/botocore provided by Lambda runtime

0 commit comments

Comments
 (0)