Skip to content

Commit 639513d

Browse files
committed
pin sqlalchemy dep to 1.4.46
1 parent 7a67980 commit 639513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sqlalchemy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ start:
2323
deps:
2424
# To avoid permissions errors, the following should be run in a virtualenv
2525
# (preferred) or as root.
26-
pip3 install flask-sqlalchemy==2.5.1 sqlalchemy-cockroachdb==1.4.1 psycopg2
26+
pip3 install flask-sqlalchemy==2.5.1 sqlalchemy-cockroachdb==1.4.1 psycopg2 sqlalchemy==1.4.46

0 commit comments

Comments
 (0)