Skip to content

Commit a4c9cbc

Browse files
febus982claude
andcommitted
Remove deprecated future=True engine option
The future=True option is deprecated in SQLAlchemy 2.0 and is now the default behavior. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 60b5719 commit a4c9cbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sqlalchemy_bind_manager/_bind_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def __init_bind(self, name: str, config: SQLAlchemyConfig):
115115

116116
engine_options: dict = config.engine_options or {}
117117
engine_options.setdefault("echo", False)
118-
engine_options.setdefault("future", True)
119118

120119
session_options: dict = config.session_options or {}
121120
session_options.setdefault("expire_on_commit", False)

0 commit comments

Comments
 (0)