SQLAlchemy 2.0.19 Released, Python ORM Framework

SQLAlchemy 2.0.19 has been released .

This release includes fixes within the ORM, engine, and PostgreSQL components, including a regression bugfix for all PostgreSQL dialects to prevent URLs in the style used by the "Google Cloud SQL" platform from being parsed incorrectly.

See the Changelog for details .

Download address: https://www.sqlalchemy.org/download.html

SQLAlchemy 2.0 is a very large version update, and it has two migration guides:

  • Major Migration Guide : Describes how to make your application API compatible so that it runs equally in SQLAlchemy 1.4 or 2.0
  • New in SQLAlchemy 2.0 : Provides all new features and APIs available to applications running on SQLAlchemy 2.0.

further reading

Guess you like

Origin www.oschina.net/news/249558/sqlalchemy-2-0-19-released