[BUG] dash>=3.1.0 not compatible with redis==5.3.0
まだ誰も着手していません。
評価
調査の方向性
まず 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時間
- マージ済み PR(30日)
- 19
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
plotly/dash のほかの issue
-
good first issue P3 size: 1 task
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
enhancement P2 size: 5
難易度 5/5 1週間以上 初心者へのやさしさ 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 ·