Skip to content

v4.2.0

Compare
Choose a tag to compare
@ThibTrip ThibTrip released this 03 Oct 20:39
· 4 commits to master since this release
df21a1d

WARNING: a new dependency was introduced packaging, as no better alternative was found to replace pkg_resources.parse_version after the release of Python 3.12 (see first point in section "Bug Fixes").

Bug Fixes

  • added support python 3.12. Thanks to @markm-io (see PR #75)
  • Removed this warning from sqlalchemy (see PR #81):
 MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)

Documentation

Development

  • migrated from circleci to GitHub actions (see PR #78)
  • added testing via CI for Python 3.9, 3.10, 3.11 and 3.12 (see PR #78 and #80)