Weaviate-client

Latest version: v4.10.2

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 21

4.5.5

Not secure
--------------
This patch version includes:

- Bugfix when parsing the result from ``v1/nodes`` API with ``shards: null``
- Bugfix when parsing the result from ``v1/schema`` API with ``class.properties.moduleConfig: null`` and ``class.vectoriser: !'none'``
- Dependency bumps

4.5.4

Not secure
--------------
This patch version includes:

- Fix parsing of creation/update time from old weaviate versions that write them in ns instead of ms
- Support ``video_fields`` in ``multi2vec-palm`` which was added in Weaviate 1.24.4:

4.5.3

Not secure
--------------
This patch version includes:

- Fix bug with hybrid searches without vector.
- Support for new modules in Weaviate 1.24.2:
- ``text2vec-voyageai``
- ``generative-mistral``
- Support new parameters for inference URLs in ``text2vec-transformers`` and ``multi2vec-clip``
- Support for new modules in Weaviate 1.24.3:
- ``multi2vec-palm``

4.5.2

Not secure
--------------
This patch version includes:

- Fixes endpoint parameter for ``text2vec-palm``
- Adds support for GSE and TRIGRAM tokenizers

4.5.1

Not secure
--------------
This patch version includes:

- Implements an extension to the filtering syntax allowing to pass lists of filters
- ``Filter.all_of([f1, f2]])`` is a shortcut for ``f1 & f2``
- ``Filter.any_of([f1, f2]])`` is a shortcut for ``f1 | f2``
- Can all be chained and mixed together to create dynamic and complex filters
- Introduces ``weaviate.classes.init.Timeout`` class allowing to define the timeout used when performing client init checks, in addition to connect and query
- Fixes a bug when performing ``contains_any/contains_all`` filtering using an empty list
- Adds the ability to limit the ``top_occurences`` return when performing aggregation queries
- Allows for defining gRPC proxying of the client and fixes the parsing of ``http`` and ``https`` proxies
- Allow ``None`` as a query value in BM25 and hybrid queries
- Fix missing named vectors support in ``data.update`` and ``data.replace``
- Reimplement support for updating named vector configurations alongside the patched ``1.24.1`` server version

4.5.0

Not secure
--------------
This minor version includes:

- Full support for the new named vectors feature available in the Weaviate ``1.24`` release.
- Bugfixes to passing of Weaviate schema objects as collection configurations in certain edge cases.
- Support use of Sagemaker when vectorizing with the ``text2vec-aws`` module.
- Allow creation of collections that use the ``hnsw`` index with the ``bq`` quantizing strategy.
- Allow specifying ``dimensions`` when vectorizing with the ``text2vec-openai`` module.
- Python in-memory performance improvements when making queries .

Page 5 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.