Skip to content

Commit 7069133

Browse files
committed
requirements: add Python-version specific pins for SQLAlchemy and psycopg2-binary
1 parent e7f92f5 commit 7069133

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ setuptools==80.9.0; python_version >= '3.9'
3535
tabulate==0.8.10; python_version == '3.6'
3636
tabulate==0.9.0; python_version >= '3.7'
3737
wcwidth==0.2.14
38-
sqlalchemy==2.0.41
39-
psycopg2-binary==2.9.8
38+
sqlalchemy==1.4.54; python_version < '3.8'
39+
sqlalchemy==2.0.41; python_version >= '3.8'
40+
psycopg2-binary==2.9.8; python_version >= '3.7' and python_version < '3.12'
41+
psycopg2-binary==2.9.11; python_version >= '3.12'
4042
#+pygelf%pygelf==0.4.0

0 commit comments

Comments
 (0)