From b64eb4b8eb259d7640cc1d9f5a0a079202f1bb15 Mon Sep 17 00:00:00 2001 From: Deimos Date: Sat, 21 Sep 2019 13:44:48 -0600 Subject: [PATCH] Pin pyramid-session-redis version to 1.5.0 Version 1.5.1 of pyramid-session-redis has a change to how session IDs are generated that will cause all existing sessions to be invalidated. Before upgrading it would be best to set up some migration to be able to keep the existing sessions, so that everyone doesn't need to log back in. There's some info in pyramid-session-redis's CHANGES file: https://github.com/jvanasco/pyramid_session_redis/blob/master/CHANGES.md --- tildes/requirements-to-freeze.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildes/requirements-to-freeze.txt b/tildes/requirements-to-freeze.txt index 2d56bd2..55e7f43 100644 --- a/tildes/requirements-to-freeze.txt +++ b/tildes/requirements-to-freeze.txt @@ -25,7 +25,7 @@ pyramid pyramid-debugtoolbar pyramid-ipython pyramid-jinja2 -pyramid-session-redis +pyramid-session-redis==1.5.0 # 1.5.1 has a change that will invalidate current sessions pyramid-tm pyramid-webassets pytest