From 95fc241bc0505e4663defe35589e94f8664bb3bf Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 8 May 2023 09:25:22 -0700 Subject: [PATCH] Pin SQLAlchemy less than 2.0.0 SQLAlchemy 2.0 is a very large non backward compatible update. We should probably take the time to update lodgeit to work with SQLAlchemy 2.0, but for now lets just make the software buildable and pin the dep. Change-Id: Ie4fcc6e8aae92b54adb30ac6028907217613165f --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04c3a7f..9070691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Jinja2 Werkzeug<0.16 Pygments<2.6;python_version<'3' Pygments;python_version>='3' -SQLAlchemy +SQLAlchemy<2.0.0 PyMySQL simplejson Babel