python-v0.34.0-beta.1
VoiceBlender/voiceblenderpython-v0.34.0-beta.1Jun 19, 2026by github-actions[bot]
AI Summary
This is a beta bug fix release for the Python LanceDB client. It resolves a critical overflow issue that occurred when querying with a namespace connection.
Key Highlights
- Fixed overflow using sys.maxsize for k in query with namespace connection
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