mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 06:48:36 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user