Skip to content

Commit 70f424a

Browse files
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](weaviate/weaviate-python-client@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] <support@github.com>
1 parent d9331ac commit 70f424a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies = [
6666
qdrant = ["qdrant-client>=1.7,<3"]
6767
chroma = ["chromadb>=0.4,<1"]
6868
milvus = ["pymilvus>=2.3,<3"]
69-
weaviate = ["weaviate-client>=3.24,<4"]
69+
weaviate = ["weaviate-client>=3.24,<5"]
7070
postgres = ["psycopg2-binary>=2.9,<3"]
7171
pgvector = ["psycopg2-binary>=2.9,<3"]
7272
dev = [

0 commit comments

Comments
 (0)