From be8a398cb04521494c722d645b3e866668d0a51b Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Fri, 3 Jan 2025 18:28:26 +0100 Subject: [PATCH] chore: Update sqlalchemy Tests seem to pass with this --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c379e89..1558d38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ embit>=0.6.1 Flask>=2.1.1 -Flask-SQLAlchemy==2.5.1 -sqlalchemy==2.0.30 +Flask-SQLAlchemy>=3.1.0 +sqlalchemy>=2.0.36 psycopg2-binary requests>=2.26.0 pysocks==1.7.1 \ No newline at end of file