From 70f424af953e685b00bdc0caeb6d5e31aa5930bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:12:44 +0000 Subject: [PATCH] chore(deps):(deps-dev): update weaviate-client requirement Updates the requirements on [weaviate-client](https://github.com/weaviate/weaviate-python-client) to permit the latest version. - [Release notes](https://github.com/weaviate/weaviate-python-client/releases) - [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst) - [Commits](https://github.com/weaviate/weaviate-python-client/compare/v3.24.0...v4.23.0) --- updated-dependencies: - dependency-name: weaviate-client dependency-version: 4.23.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index defec67..ed94a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ qdrant = ["qdrant-client>=1.7,<3"] chroma = ["chromadb>=0.4,<1"] milvus = ["pymilvus>=2.3,<3"] -weaviate = ["weaviate-client>=3.24,<4"] +weaviate = ["weaviate-client>=3.24,<5"] postgres = ["psycopg2-binary>=2.9,<3"] pgvector = ["psycopg2-binary>=2.9,<3"] dev = [