From d928431058f76b2e612ab7ae1b89f59a442f3c2a Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 22 Jul 2021 02:18:37 -0600 Subject: [PATCH] Pin versions for Pyramid and SQLAlchemy These updates seem like they won't be trivial. I'll come back to them soon, but I'll need to look at them more carefully and I can update everything else in the meantime. --- tildes/requirements.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tildes/requirements.in b/tildes/requirements.in index 1cc2cee..cce55ce 100644 --- a/tildes/requirements.in +++ b/tildes/requirements.in @@ -19,7 +19,7 @@ publicsuffix2==2.20160818 pygit2 Pygments pyotp -pyramid +pyramid<2.0 pyramid-ipython pyramid-jinja2 pyramid-session-redis==1.5.0 # 1.5.1 has a change that will invalidate current sessions @@ -32,7 +32,7 @@ pip-tools redis requests sentry-sdk -SQLAlchemy +SQLAlchemy<1.4 SQLAlchemy-Utils stripe titlecase