python-v0.34.0-beta.1
f/prompts.chatpython-v0.34.0-beta.1Jun 19, 2026by github-actions[bot]
AI Summary
This is a beta release for the Python bindings of LanceDB addressing a specific overflow issue in namespace query connections.
Key Highlights
- Python-specific beta release
- Fix for sys.maxsize overflow in namespace queries
- Bug fix for connection handling logic
Full Release Notes
## 🐛 Bug Fixes - fix: overflow using sys.maxsize for k in query with namespace connection by @rpgreen in https://github.com/lancedb/lancedb/pull/3561