From 5701f6e8303ce0bbd368772b875f868d3e333d86 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Fri, 21 Oct 2022 19:00:13 +0200 Subject: [PATCH] Freeze SQLAlchemy version. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bbc8f65..c9f3242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ wheel pyzmq protobuf -sqlalchemy +sqlalchemy==1.4.39 python-gnupg Jinja2 requests diff --git a/setup.py b/setup.py index d21a0f7..ecd767b 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setuptools.setup( "wheel", "pyzmq", "protobuf", - "sqlalchemy", + "sqlalchemy==1.4.39", "python-gnupg", "Jinja2", "requests",