News and Updates

SQLAlchemy 2.0.36 Released
permalink

SQLAlchemy 2.0.36 is now available.

Release 2.0.36 has a large range of ORM fixes as well as fixes for the MySQL and PostgreSQL dialects.

Links to the detailed changelog for 2.0.36 is at Changelog.

SQLAlchemy 2.0.36 is available on the Download Page.

SQLAlchemy 2.0.35 Released
permalink

SQLAlchemy 2.0.35 is now available.

Release 2.0.35 continues to fix regressions due to the recent change to CHECK constraint reflection for SQLite, reverting the original change entirely until a better DDL parsing solution for SQLite can be proposed.

Links to the detailed changelog for 2.0.35 is at Changelog.

SQLAlchemy 2.0.35 is available on the Download Page.

SQLAlchemy 1.4.54 Released
permalink

SQLAlchemy 1.4.54 is now available.

While releases for the 1.4 series are infrequent, this release includes a backport of a critical change for the asyncpg driver related to transactions being left open,which was also included in release 2.0.33.

The complete changelog for 1.4.54 is at Changelog.

SQLAlchemy 1.4.54 is available on the Download Page.

SQLAlchemy 2.0.34 Released
permalink

SQLAlchemy 2.0.34 is now available.

Just a day after release 2.0.33, release 2.0.34 fixes two small regressions that occurred as a result of release 2.0.33 which occurred in the ORM Declarative and SQLite reflection components. Thanks to the users who reported these issues quickly and helped with patches.

Links to the detailed changelog for 2.0.34 is at Changelog.

SQLAlchemy 2.0.34 is available on the Download Page.

SQLAlchemy 2.0.33 Released
permalink

SQLAlchemy 2.0.33 is now available.

Release 2.0.33 has a variety of fixes including one that is fairly critical for use with the asyncpg PostgreSQL dialect.

Links to the detailed changelog for 2.0.33 is at Changelog.

SQLAlchemy 2.0.33 is available on the Download Page.