Skip to content

Breaking change in 0.42.0 - multiple database sessions #791

@jg197

Description

@jg197

Hi,

After upgrading from 0.41.2 to 0.42.0, the following errors have been introduced when performing uv run --python 3.12 pytest -v

    | sqlalchemy.exc.OperationalError: (psycopg.errors.ObjectInUse) database "test" is being accessed by other users
    | DETAIL:  There are 5 other sessions using the database.
    | [SQL: DROP DATABASE "test"]
    | (Background on this error at: https://sqlalche.me/e/20/e3q8)

I think the removal of this block has introduced the issue. If this is an intention for 0.42.0 then this version should be flagged as a breaking-change?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions