weaviate-python-client
weaviate-python-client copied to clipboard
A python native client for easy interaction with a Weaviate instance.
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...
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...
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 [](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...
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...
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...
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...
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...