Commit aa1c9cc
Cap SQLAlchemy dependency at <3.0
sqlalchemy-dqlite subclasses the SQLite dialect and pins several
SQLAlchemy-internal class attributes that the framework reads via
explicit __dict__ lookups (engine/default.py's
_supports_statement_cache — see aio.py note). A future SQLAlchemy
3.x may reshape those internals and silently break the dialect at
runtime. Cap the dependency at <3.0 to force a deliberate audit
when SQLAlchemy 3 ships.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 05f520b commit aa1c9cc
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments