From f8b1c086cf92dd6c42f3b00f571ea2442ab935b2 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:16:37 -0700 Subject: [PATCH] Update SQLAlchemy version to 2.0.40 (#114) fixes an issue with models on newer versions of python --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4639755..112d2c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Flask-WTF==1.2.1 gunicorn==21.2.0 libsass==0.21.0 PyMySQL==1.0.2 -SQLAlchemy==2.0.23 +SQLAlchemy==2.0.40 sqlalchemy-datatables==2.0.1 Wand==0.6.7 webassets==2.0