We started talking about SQLAlchemy 2.0 in Openstack most officially in August 2021:
For downstream projects, the vast majority of SQLAlchemy-related code, which is lots of session.query() calls, should not have to change except to the degree that string-based notation for object attributes is removed in favor of actual attributes, e.g. joinedload("networks") becomes joinedload(Machine.networks).
On Wed, Feb 1, 2023, at 8:02 AM, Thomas Goirand wrote:
Hi,
SQLAlchemy 2.0 was released 5 days ago. IMO, we should start drawing a
plan to support it for Bobcat, and possibly backport patches for
Antelope. Note that I have no clue what his implies. Maybe Mike, you
could write about it? Has a lot of things changed?
Cheers,
Thomas Goirand (zigo)