coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
183 stars 51 forks source link

SQLite 3.42.0? #60

Closed tmokmss closed 1 year ago

tmokmss commented 1 year ago

Hi, the current version on PyPI (0.50.0) is still bundled with SQLite 3.40.0. Hopefully it will be upgraded to the latest version. Thanks!

coleifer commented 1 year ago

Well, the source build, pip install pysqlite3 will use whatever you have on your system. So I think you're referring to pysqlite3-binary.

I just uploaded the new wheels for the 0.5.1 release from a few weeks ago. Should be all set now.