Skip to content

0.39.0

Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 23 Dec 15:12
· 74 commits to master since this release
0.39.0
c162679
  • 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!)