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
This commit is contained in:
Deimos
2019-09-21 13:44:48 -06:00
parent 63b935927a
commit b64eb4b8eb

View File

@@ -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