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
Describe the bug
SQLAlchemy release 1.4.33 added a new optional close: bool = True parameter to Engine#dispose().
This is not declared in the type definition, at
Describe the bug
SQLAlchemy release 1.4.33 added a new optional
close: bool = True
parameter toEngine#dispose()
.This is not declared in the type definition, at
sqlalchemy2-stubs/sqlalchemy-stubs/engine/base.pyi
Line 200 in dd0e6cf
Expected behavior
The current type definition should declare the
close
parameter.To Reproduce
Call
Engine.dispose(close)
and then run mypy on it withsqlalchemy2-stubs
.Error
Versions.
The text was updated successfully, but these errors were encountered: