News and Updates
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.
SQLAlchemy 2.0.30 Released
May 05, 2024 permalink
SQLAlchemy 2.0.30 is now available.
Release 2.0.30 includes a wide variety of small ORM and typing fixes.
Links to the detailed changelog for 2.0.30 is at Changelog.
SQLAlchemy 2.0.30 is available on the Download Page.
SQLAlchemy 2.0.29 Released
March 23, 2024 permalink
SQLAlchemy 2.0.29 is now available.
Release 2.0.29 includes an adjustment to a behavior introdcued in 2.0.10 regarding the robustness of the new "insertmanyvalues" bulk insert feature. This adjustment allows third party libraries that define their own primary-key oriented datatypes, like GUID types, to work in this mode without requiring special adjustments. Also included are some ORM Annotated Declarative fixes, pep-484 typing fixes and test suite improvements, among other things.
Links to the detailed changelog for 2.0.29 is at Changelog.
SQLAlchemy 2.0.29 is available on the Download Page.