From 4da68267cdc2ef69d3083144b49d027efd322750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:14:19 +0000 Subject: [PATCH] Bump weaviate-client from 4.9.6 to 4.20.5 Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 4.9.6 to 4.20.5. - [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/v4.9.6...v4.20.5) --- updated-dependencies: - dependency-name: weaviate-client dependency-version: 4.20.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f20bc4c1..3b80cd82f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ], include_package_data=True, install_requires=[ - "weaviate-client==4.9.6", + "weaviate-client==4.20.5", "python-dotenv==1.0.0", "openpyxl==3.1.5", "wasabi==1.1.2",