Skip to content

chore(deps-dev): bump weaviate-client from 4.22.0 to 4.23.0 - #1612

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/weaviate-client-4.23.0
Open

chore(deps-dev): bump weaviate-client from 4.22.0 to 4.23.0#1612
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/weaviate-client-4.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps weaviate-client from 4.22.0 to 4.23.0.

Release notes

Sourced from weaviate-client's releases.

v4.23.0

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.22.0...v4.23.0

Changelog

Sourced from weaviate-client's changelog.

Version 4.23.0

This minor version includes: - Support for new 1.39 features: - Add support for the cross-property And operator in keyword queries through BM25Operator.and_cross(), where each query token must be matched by at least one of the searched properties instead of all tokens occurring within a single property - Add support for diversity selection in hybrid queries via the diversity_selection parameter - Add support for the new multi2vec-twelvelabs vectorizer module - Add support for the new generative-deepseek module - Add dimensions to the text2vec-aws vectorizer configuration - Add location to the text2vec-google vectorizer configuration - Add endpoint to the text2vec-openai and text2vec-morph vectorizer configurations - Add incremental_base_backup_id to BackupListReturn - Add INTEGRATING to ReplicateOperationState - Minor bug fixes and improvements: - Fix has_errors not being set on batch.stream returns when individual objects or references failed - Fix tenants.activate(), tenants.deactivate() and tenants.offload() not returning their result in the async client, so they could not be awaited properly - Fix collections.exists() in the async client swallowing non-404 errors and returning False instead of raising - Fix blocking of the event loop when the async client waits for Weaviate to become ready - Include the gRPC status code in delete_many error messages - Fix validation of Sequence[Union[...]] inputs, which previously passed if only one element matched - Reject boolean values where an integer is expected in configuration and timeout validation

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 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)

Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 4.22.0 to 4.23.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](weaviate/weaviate-python-client@v4.22.0...v4.23.0)

---
updated-dependencies:
- dependency-name: weaviate-client
  dependency-version: 4.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies python Pull requests that update python code labels Aug 17, 2026
@dependabot
dependabot Bot requested a review from paruff as a code owner August 17, 2026 09:12
@dependabot dependabot Bot added dependencies python Pull requests that update python code labels Aug 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📊 Code Quality Report

Check Status
Python Quality skipped
TypeScript Quality skipped
Go Quality skipped
Shell Quality skipped
Shell Tests (BATS) skipped
YAML Quality skipped
Security Integration skipped
Security Scanning skipped

📈 Quality Gates

Passed: All checks completed successfully
⚠️ Warning: Some checks have warnings
Failed: Critical issues found

🔧 How to Fix

Run locally before pushing:

make pre-commit-setup  # Install pre-commit hooks
make lint              # Run all linters
make test-bats         # Run shell script tests
pytest --cov=. --cov-report=term-missing  # Check coverage

See Code Quality Standards for more details.

@github-actions

Copy link
Copy Markdown
Contributor

Test Results

7 tests  ±0   7 ✅ ±0   4s ⏱️ -1s
1 suites  - 1   0 💤 ±0 
1 files    - 1   0 ❌ ±0 

Results for commit f05d0a8. ± Comparison against base commit 0a0bb8c.

@github-actions

Copy link
Copy Markdown
Contributor

✅ Smoke tests executed. JUnit XML uploaded as artifact: test-reports-32014024312.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants