From 00555cc295a3d2644db786c0f5a45357b287edd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:10:09 +0000 Subject: [PATCH] chore(deps): bump opensearch-py from 2.8.0 to 3.2.0 in /backend Bumps [opensearch-py](https://github.com/opensearch-project/opensearch-py) from 2.8.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/v2.8.0...v3.2.0) --- updated-dependencies: - dependency-name: opensearch-py dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 07bde20..be6eaed 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ pymilvus==2.4.9 # OpenSearch — OPTIONAL/EXPERIMENTAL backend. Not imported anywhere under app/ # at runtime (only exercised by tests/test_opensearch_connection.py). Kept as a # pinned, documented experimental dependency; Milvus is the active vector store. -opensearch-py==2.8.0 +opensearch-py==3.2.0 # MinIO (S3) minio==7.2.15