We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cf519 commit ed0cc46Copy full SHA for ed0cc46
CHANGES.rst
@@ -3,6 +3,11 @@ Changelog
3
4
Here you can see the full list of changes between each SQLAlchemy-Utils release.
5
6
+0.42.1 (2025-12-12)
7
+^^^^^^^^^^^^^^^^^^^
8
+
9
+- Fix ``AttributeError`` with Sequence defaults in ``instant_defaults_listener`` (#793)
10
11
0.42.0 (2025-08-30)
12
^^^^^^^^^^^^^^^^^^^
13
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "SQLAlchemy-Utils"
-version = "0.42.0"
+version = "0.42.1"
description = "Various utility functions for SQLAlchemy."
readme = "README.rst"
license = "BSD-3-Clause"
0 commit comments