python-v0.34.0-beta.3

leaningtech/webvmpython-v0.34.0-beta.3Jun 25, 2026by github-actions[bot]

AI Summary

The Python version of the v0.31.0-beta.3 release, addressing similar bug fixes in the Python SDK.

Key Highlights

  • Fixed missing stacklevel in warnings.warn() and corrected broken message concatenation.
  • Omitted empty API key headers in remote operations.
  • Added support for namespace clients with dynamic headers.

Full Release Notes

## 🐛 Bug Fixes

- fix: add missing stacklevel=2 to warnings.warn() and fix broken message concatenation (Fixes #3563) by @rtmalikian in https://github.com/lancedb/lancedb/pull/3564
- fix(remote): omit empty api key header by @jackye1995 in https://github.com/lancedb/lancedb/pull/3573
- fix(remote): support namespace clients with dynamic headers by @jackye1995 in https://github.com/lancedb/lancedb/pull/3574