Commit 341de48
fix(test): fix lowest-direct test suite failures
- Use getattr for LogRecord.taskName which was added in Python 3.12;
on Python 3.11 it raises AttributeError
- Bump SQLAlchemy lower bound to >=2.0.31, the first version with the
postgresql-psycopgbinary extra; older versions lack it so psycopg-binary
is never installed, breaking chancy imports at lowest-direct resolution
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f3e8f14 commit 341de48
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments