You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to v3.5.0 our tests using PostgresContainers are failing.
My guess is that this has to do with the changes regarding transient exceptions. We use psycopg2 and the error thrown on unsuccessful connection is not inheriting sqlalchemy.exc.OperationalError but rather is a plain AttributeError with message: