From caf82142857e0bf1bf459889bc72d7da55882085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:11:57 +0000 Subject: [PATCH] chore(deps):(deps-dev): bump weaviate-client from 3.0.0 to 4.22.0 Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 3.0.0 to 4.22.0. - [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.0.0...v4.22.0) --- updated-dependencies: - dependency-name: weaviate-client dependency-version: 4.22.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e33ab31..8e0598d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ qdrant = ["qdrant-client==2.0.0"] chroma = ["chromadb==0.4.0"] milvus = ["pymilvus==2.3.0"] -weaviate = ["weaviate-client==3.0.0"] +weaviate = ["weaviate-client==4.22.0"] postgres = ["psycopg2-binary==2.9.0"] pgvector = ["psycopg2-binary==2.9.0"] dev = [