[BUG] dash>=3.1.0 not compatible with redis==5.3.0
还没有人认领这个 Issue。
评估
调研方向
首先比较 dash 3.0.4 和 dash 3.1.0 的依赖声明,重点关注 celery extra 及其 Redis 约束。使用 issue 中显示的 requirements.txt 条目重现冲突,并验证使用 redis==5.3.0 安装 dash[celery] 是否成功,或者是否有记录在案的兼容性说明。
由索引模型根据 Issue 内容生成。
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
plotly/dash 的其他 Issue
-
good first issue P3 size: 1 task
难度 2/5 1-3 小时 新手友好度 68/100
-
enhancement P2 size: 5
难度 5/5 一周以上 新手友好度 45/100
-
enhancement P3 size: 10+
-
P2 size: 1 task
-
enhancement P3 size: 1
难度 3/5 1-2 天 新手友好度 72/100
相似的 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
canonical/paas-charm#368 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
tech debt
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 1/5 1 小时以内 新手友好度 90/100
StevenBlack/hosts#3256 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
qualcomm/qai-appbuilder#275 ·