SQLAlchemy release notes for 2024

This article contains the release notes for the SQLAlchemy, including the following when applicable:

  • Behavior changes

  • New features

  • Customer-facing bug fixes

Snowflake uses semantic versioning for SQLAlchemy updates.

Version 1.5.3 (April 16, 2024)

New features and updates

  • Limited the maximum SQLAlchemy dependency version to lower than 2.0.0.

Bug fixes

  • None.

Version 1.5.2 (April 11, 2024)

New features and updates

  • Bumped the minimum SQLAlchemy version to 1.4.19 for Outer Lateral Joins.

  • Added support for sequence ordering in tests.

Bug fixes

  • None.