Skip to content

Commit 75e9c42

Browse files
committed
fix(deps): install sqlalchemy/psycopg via pip for Python 3.14 compat
1 parent cd5e42f commit 75e9c42

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

environment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ dependencies:
1919
- pip=26.0.1
2020
- plyvel=1.5.1
2121
- pre-commit=4.5.1
22-
- psycopg=3.3.3
2322
- psutil=7.2.2
2423
- pyarrow=23.0.1
2524
- pytest-asyncio=1.3.0
2625
- pytest-cov=7.1.0
27-
- pytest-postgresql=7.0.1
2826
- pytest=9.0.2
2927
- python=3.14.3
3028
- pyvirtualdisplay=3.0
@@ -33,13 +31,15 @@ dependencies:
3331
- s3fs=2026.2.0
3432
- selenium=4.41.0
3533
- sentry-sdk=2.56.0
36-
- sqlalchemy=2.0.36
3734
- sphinx-markdown-tables=0.0.17
3835
- sphinx=9.1.0
3936
- tabulate=0.10.0
4037
- tblib=3.2.2
4138
- wget=1.25.0
4239
- pip:
40+
- psycopg[binary]==3.3.3
41+
- pytest-postgresql==7.0.1
42+
- sqlalchemy==2.0.36
4343
- dataclasses-json==0.6.7
4444
- domain-utils==0.7.1
4545
- jsonschema==4.26.0

scripts/environment-unpinned.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ dependencies:
1515
- pandas
1616
- pip
1717
- pillow
18-
- psycopg
1918
- plyvel
2019
- psutil
21-
- pytest-postgresql
2220
- pyarrow
2321
- python
2422
- pyvirtualdisplay
2523
- redis-py
2624
- s3fs
2725
- selenium
28-
- sqlalchemy
2926
- sentry-sdk
3027
- tabulate
3128
- tblib
3229
- wget
3330
- pip:
31+
- psycopg[binary]
32+
- pytest-postgresql
33+
- sqlalchemy
3434
- dataclasses-json
3535
- domain-utils
3636
- jsonschema

0 commit comments

Comments
 (0)