Skip to content

Releases: kvesteri/sqlalchemy-utils

0.41.2

22 Mar 15:24
0.41.2
Compare
Choose a tag to compare
  • Fix breaking change introduced on SQLAlchemy 2.0.22 changes to attributes.AttributeImpl constructor (#733)

0.41.1

02 May 07:31
Compare
Choose a tag to compare
  • Use a custom SQL construct for refreshing materialized views in refresh_materialized_view (#703)

0.41.0

13 Apr 10:41
0.41.0
eb3b9e0
Compare
Choose a tag to compare
  • Support psycopg3 for create_database() and delete_database().
    (#701, pull request by LerikP)

0.40.0

17 Feb 12:49
Compare
Choose a tag to compare
  • Remove Python 3.6 support
  • Add SQLAlchemy 2 support
  • Add comparison operator support for LTree type (#668, pull request by salimfadhley)

0.39.0

23 Dec 15:12
0.39.0
c162679
Compare
Choose a tag to compare
  • Support Python 3.11.
  • Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
  • Fix a crash that occurs if the colour-science package is installed, which shares the same import name as the colour package that sqlalchemy-utils supports. (#637, courtesy of JayPalm)
  • Fix a crash that occurs if the installed sqlalchemy version is a beta (like "2.0.0b3"). (Reported in #643, thanks Dinmukhamet!)