Commit 226009f
committed
fastapi-sqlalchemy-pg-catalog/app: drop redundant future=True on create_engine
SQLAlchemy 2.x defaults to the future-2.0 behaviour; passing
`future=True` is redundant and can trip a deprecation warning in
some 2.x point releases. Dropped to keep the sample free of incidental
warning noise that would distract from the dispatcher-bug repro.
Refs Copilot review on #102.
Signed-off-by: Akash Kumar <meakash7902@gmail.com>1 parent 4316715 commit 226009f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments