Skip to content

flask-sqlalchemy-compat v0.1.1

Choose a tag to compare

@cainmagi cainmagi released this 10 Dec 23:14
· 19 commits to main since this release

Introduction

GitHub release (latest SemVer) GitHub all releases GitHub PyPI - Downloads

GitHub Actions (Build) GitHub Actions (Release)

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

  1. 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.
  2. Fix: Correct the package information. The package should be zip-safe and does not include extra data.
  3. Fix: Correct some out-of-date information in the readme file.
  4. Fix: Make some type hint excluded from the run time to improve the stability.
  5. Fix: Adjust the dependency versions to match the requirements specified in flask-sqlalchemy-lite.

💾 Change

  1. Add more files to the exclude list of black.

Full Changelog: v0.1.0...v0.1.1