flask-sqlalchemy-compat v0.1.1
Introduction
Support the compatibility between flask_sqlalchemy and flask_sqlalchemy_lite. It allows users to make minimal changes when they need to migrate from either one of these two packages to each other.
The main motivation of this package is because flask_sqlalchemy_lite does not support python<=3.8. This package is designed for providing the similar usages when users have to make the flask_sqlalchemy_lite working with python<=3.8 by using flask_sqlalchemy. In this case, users can get rid of the difficulty of maintaining two sets of codes.
Changelog
0.1.1 @ 12/10/2024
🔧 Fix
- Fix: Stabilize the backend import when using
Python=3.7, where the compatible backend will provide an version that would not be overridden by other installations. - Fix: Correct the package information. The package should be zip-safe and does not include extra data.
- Fix: Correct some out-of-date information in the readme file.
- Fix: Make some type hint excluded from the run time to improve the stability.
- Fix: Adjust the dependency versions to match the requirements specified in
flask-sqlalchemy-lite.
💾 Change
- Add more files to the exclude list of
black.
Full Changelog: v0.1.0...v0.1.1