Commit cd5e42f
committed
fix(deps): switch to psycopg3 for Python 3.14 compatibility
psycopg2 is a C extension that requires libpq, which is incompatible
with python_abi 3.14 cp314t on conda-forge. psycopg (v3) is a pure
Python driver that works on all Python versions.
- Replace psycopg2 with psycopg in environment files
- Remove postgresql server package (pytest-postgresql manages its own)
- Update SQLAlchemy dialect from postgresql+psycopg2 to postgresql+psycopg1 parent 48518dc commit cd5e42f
3 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments