fix(deps): update dependency redis to v8.1.0 - autoclosed - #580
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update dependency redis to v8.1.0 - autoclosed#580renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
10 tasks
yusuke0610 added a commit
that referenced
this pull request
Aug 5, 2026
…583) Renovate の PR #575-#580 を統合。6 件とも backend/uv.lock を共有するため 個別マージでは競合が連鎖するので、まとめて lock を再生成した。 - fastapi 0.140.13 -> 0.141.1 - uvicorn[standard] 0.52.0 -> 0.52.1 - redis 8.0.1 -> 8.1.0 - markdown 3.10.2 -> 3.10.3 - ruff 0.16.0 -> 0.16.1 - mutmut 3.6.0 -> 3.7.0 あわせて未再生成だった THIRD_PARTY_LICENSES.md を更新し、生成スクリプトが 不完全な環境で黙って通す問題(依存未解決でも exit 0)を exit 1 で塞いだ。 mutmut のランタイム誤分類も是正した。
yusuke0610
commented
Aug 5, 2026
Owner
この更新(redis 8.0.1 → 8.1.0)は #583 に統合してマージ済みのため close します。 6 件の backend 依存 PR が なお本 bump で Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.0.1→==8.1.0Release Notes
redis/redis-py (redis)
v8.1.0: 8.1.0Compare Source
Changes
✨ Highlights
Async maintenance notifications
redis-py now supports server-pushed maintenance notifications in the asyncio stack for both
standalone and cluster clients, bringing the async client to parity with the sync implementation.
When a Redis deployment signals maintenance events (such as node migration or failover windows), the
async client reacts through the maintenance-notifications handler (
redis/maint_notifications.pyandits async integration under
redis/asyncio/), allowing applications to adapt connection handlingduring maintenance without downtime. (#4177)
Expanded command coverage
This release adds a batch of new command surfaces across core data types and modules:
LMOVEM/BLMOVEMfor moving multiple elements between lists (#4174).SDIFFCARDandSUNIONCARDcardinality commands (#4171).MAXCOUNT/MAXSIZEoptions forXREADandXREADGROUP(#4173).TS.READ(#4170),TS.QUERYLABELS(#4197),TS.NRANGE/TS.NREVRANGE(#4163),and an
exclude_empty(EXCLUDEEMPTY) option forTS.MRANGE/TS.MREVRANGE(#4188).FT.ALIASLIST(#4198) and aCOLLECTreducer for aggregations (#4179).🚀 New Features
The feature considered unstable and public API might be changed in the future minor version
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@LOGESHWAR123@kiryazovi-redis@Stunned1@eeshsaxena@sean-kim05@Brumbelow@Sanjays2402@nazarli-shabnam@chuenchen309@petyaslavova
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.