Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG]: Python client sqlite issue (#1211)
Refs: #1206 ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Conditional import of sqlite for python client ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python Additional test in older disto (debian buster) was run: ``` pip install chromadb-client root@c26a0fadfcdc:~# python Python 3.10.12 (main, Jun 13 2023, 12:02:28) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 >>> print(sqlite3.sqlite_version_info) (3, 27, 2) >>> import chromadb >>> ``` ## Documentation Changes N/A
- Loading branch information