Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#3,399 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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時間
マージ済み PR(30日)
19

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

plotly/dash のほかの issue

plotly/dash の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。