[PR #19935] chore: upgrade Redis from v6 to v7 in middlewares #29272

Closed
opened 2026-02-21 20:45:13 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/19935

State: closed
Merged: Yes


Summary

close https://github.com/langgenius/dify/pull/19885
close https://github.com/langgenius/dify/issues/19842

Screenshots

Before After
... ...

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/19935 **State:** closed **Merged:** Yes --- # Summary - to close #19934 - no breaking changes in client usage and compatibility, as the `redis-py` client supports all the versions of v6/v7/v8 - regular upgrade `redis-py` from 6.0.0 to 6.1.0, https://github.com/redis/redis-py/releases/tag/v6.1.0 - for supporting transaction in the cluster mode - allowing newer version of pyjwt close https://github.com/langgenius/dify/pull/19885 close https://github.com/langgenius/dify/issues/19842 # Screenshots | Before | After | |--------|-------| | ... | ... | # Checklist > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:45:13 -05:00
yindo closed this issue 2026-02-21 20:45:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#29272