Skip to content

Commit b683ad7

Browse files
committed
document that 1.4.23 minimum is needed
the change in 91a5116 requires ColumnElement to be subscriptable which was added in SQLAlchemy 1.4.23 issue 6759. Fixes: #1788 Change-Id: Ib1a2f8e2b08084080db967b220e6da4dafa3ed03
1 parent 3faea25 commit b683ad7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/build/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Changelog
1111
:version: 1.18.2
1212
:released: January 28, 2026
1313

14+
.. change::
15+
:tags: change, platforms
16+
17+
For release 1.18.2, if still using the SQLAlchemy 1.4 series, **version
18+
1.4.23 at minimum is required**. It's strongly recommended to be on
19+
the latest (and final) release in the 1.4 series which is version
20+
1.4.54.
21+
1422
.. change::
1523
:tags: usecase, operations
1624
:tickets: 1232
@@ -31,6 +39,8 @@ Changelog
3139
accommodate common SQLAlchemy SQL constructs such as ``null()`` and
3240
``text()``. Pull request courtesy Sebastian Kreft.
3341

42+
.. note:: This fix is not compatible with older SQLAlchemy versions
43+
prior to 1.4.23.
3444

3545
.. change::
3646
:tags: usecase, operations

0 commit comments

Comments
 (0)