python-v0.34.0-beta.3
📦 lancedbView on GitHub →
🐛 3 fixes
Summary
This release focuses on bug fixes, primarily improving warning messages, and ensuring correct handling of API keys and dynamic headers in remote operations.
🐛 Bug Fixes
- Added missing stacklevel=2 to warnings.warn() calls, resolving issues with message concatenation (Fixes #3563).
- Empty API key headers are now omitted in remote operations.
- Namespace clients now correctly support dynamic headers.