weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

A python native client for easy interaction with a Weaviate instance.

Results 180 weaviate-python-client issues
Sort by recently updated
recently updated
newest added

Recreating #1915 due to erroneous merging Sorry @fzowl 😅 - I mistakenly thought it had been released server side. Have added another commit to only make the changes to the...

## Description The Weaviate core now supports the `HNSWGeoIndexEF` parameter (added in v1.31) which controls the search depth for geo-based queries. This parameter is currently available via environment variable (`HNSW_GEO_INDEX_EF`)...

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 to 3.1.5. Release notes Sourced from werkzeug's releases. 3.1.5 This is the Werkzeug 3.1.5 security fix release, which fixes security issues and bugs but does not...

dependencies
python

Bumps [authlib](https://github.com/authlib/authlib) from 1.6.5 to 1.6.6. Changelog Sourced from authlib's changelog. Version 1.6.6 Released on Dec 12, 2025 get_jwt_config takes a client parameter, :pr:844. Fix incorrect signature when Content-Type is...

dependencies
python

Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader) from 6.30.2.20250703 to 6.32.1.20251210. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-protobuf&package-manager=pip&previous-version=6.30.2.20250703&new-version=6.32.1.20251210)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. Release notes Sourced from polars's releases. Python Polars 1.36.1 🚀 Performance improvements Tune partitioned sink_parquet cloud performance (#25687) ✨ Enhancements...

dependencies
python

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.2.0 to 1.3.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 1.3.0 1.3.0 - 2025-11-10 Removed Support for Python 3.9 (#1278) Added Support for pytest 9 (#1279) Notes...

dependencies
python

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.12.12 to 25.11.29. Release notes Sourced from flake8-bugbear's releases. 25.11.29 B043: Add new check to state don't call delattr with constant (#514) B042: ignore overloaded init, ignore...

dependencies
python

It appears that the python client's version of gRPC isn't using standard TLS (no SNI, no ALPN), and therefore, it can't be routed through an application gateway. How do I...