semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: Bump weaviate-client from 4.5.6 to 4.6.0 in /python

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps weaviate-client from 4.5.6 to 4.6.0.

Release notes

Sourced from weaviate-client's releases.

v4.6.0

What's Changed

Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.7...v4.6.0

v4.5.7

What's Changed

New Contributors

Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.6...v4.5.7

Changelog

Sourced from weaviate-client's changelog.

Version 4.6.0

This minor version includes:

  • Support for Weaviate 1.25.0:

    • BM25/Hybrid support groupBy parameter
    • Hybrid supports MoveTo/MoveAwayFrom in near_vector and near_text through HybridVector class
    • Ollama text2vec and generative module
    • Octoai text2vec and generative module
    • multi2vev-palm module
    • dynamic vector index type
    • auto tenant creation
    • improved batching with vectorization
    • tenant exists endpoint
    • get tenant by name
  • Added client.integrations.configure to configure api-keys and model provider parameters for integration/module-providers without setting headers.

  • Improved error messages and deprecation warnings.

Version 4.5.7

This patch version includes:

  • Deprecation of the bit_compression field in the PQConfig class
  • Improvements to closing possibly open objects and connections
  • Enhances the WeaviateGRPCUnavailableError message with added context relevant to the user's environment
  • Relaxes the httpx requirements to aid compatability with other packages
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar May 13 '24 22:05 dependabot[bot]

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL567089284% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1287 1 :zzz: 0 :x: 0 :fire: 15.216s :stopwatch:

markwallace-microsoft avatar May 13 '24 22:05 markwallace-microsoft

Superseded by #6329.

dependabot[bot] avatar May 18 '24 12:05 dependabot[bot]