Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[BUG] dash>=3.1.0 not compatible with redis==5.3.0

未关闭
#3,399 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
30/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
python, redis
领域
tooling

调研方向

首先比较 dash 3.0.4 和 dash 3.1.0 的依赖声明,重点关注 celery extra 及其 Redis 约束。使用 issue 中显示的 requirements.txt 条目重现冲突,并验证使用 redis==5.3.0 安装 dash[celery] 是否成功,或者是否有记录在案的兼容性说明。

由索引模型根据 Issue 内容生成。

描述

regression

Describe the bug

The redis dependencies for dash[celery] seem to have changed between dash 3.0.4 and dash 3.1.0. I couldn’t find any mention of this in the changelog, so am noting this a bug.

Previously, we could have dash 3.0.4 and redis 5.3.0, but as of dash 3.1.0 (and dash 3.2.0), we get the following error when performing a pip install:


dash[celery] 3.1.0 depends on redis<=5.0.4 and >=3.5.3; extra == "celery"


In my requirements.txt, it looks like:

dash==3.1.0
dash[celery]
redis==5.3.0
...

If I remove dash[celery] from my requirements file, it seems to work okay, but I'm not sure if this will cause other issues.

Expected behavior

dash>=3.1.0 should be compatible with redis==5.3.0.

主要语言
Python
星标
24.4k
派生
2.3k
平均合并
1 天 21 小时
30 天内合并 PR
19

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

plotly/dash 的其他 Issue

查看 plotly/dash 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。