Skip to content

Build(deps): Bump sqlalchemy from 2.0.33 to 2.0.34

Ronan Amicel requested to merge dependabot-pip-sqlalchemy-2.0.34 into main

Bumps sqlalchemy from 2.0.33 to 2.0.34.

Release notes

Sourced from sqlalchemy's releases.

2.0.34

Released: September 4, 2024

orm

  • [orm] [bug] Fixed regression caused by issue #11814 which broke support for certain flavors of PEP 593 Annotated in the type_annotation_map when builtin types such as list, dict were used without an element type. While this is an incomplete style of typing, these types nonetheless previously would be located in the type_annotation_map correctly.

    References: #11831

sqlite

  • [sqlite] [bug] Fixed regression in SQLite reflection caused by #11677 which interfered with reflection for CHECK constraints that were followed by other kinds of constraints within the same table definition. Pull request courtesy Harutaka Kawamura.

    References: #11832

Commits

Merge request reports