News and Updates
SQLAlchemy 2.0.34 Released
September 04, 2024 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
September 03, 2024 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.
SQLAlchemy 2.0.32 Released
August 05, 2024 permalink
SQLAlchemy 2.0.32 is now available.
Release 2.0.32 has a wide variety of small fixes as well as some new use case additions for the oracledb dialect.
Links to the detailed changelog for 2.0.32 is at Changelog.
SQLAlchemy 2.0.32 is available on the Download Page.
SQLAlchemy 1.4.53 Released
July 29, 2024 permalink
SQLAlchemy 1.4.53 is now available.
Release 1.4.53 includes a series of fixes backported from the 2.0 series, including repairing support for the upcoming Python 3.13 release.
The complete changelog for 1.4.53 is at Changelog.
SQLAlchemy 1.4.53 is available on the Download Page.
SQLAlchemy 2.0.31 Released
June 18, 2024 permalink
SQLAlchemy 2.0.31 is now available.
Release 2.0.31 includes a variety of fixes in the ORM and SQL Core components. Fixes include adjustments to ORM eager loading strategies for certain use cases, fixes for the filter() feature of SQL functions, and preliminary support for Python 3.13.
Links to the detailed changelog for 2.0.31 is at Changelog.
SQLAlchemy 2.0.31 is available on the Download Page.