Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/requirements_compiled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ dill==0.3.7
# multiprocess
distlib==0.3.7
# via virtualenv
distributed==2023.6.1 ; python_version < "3.12"
distributed==2026.1.1 ; python_version < "3.12"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dask and distributed version mismatch after bump

High Severity

The distributed package is being bumped to 2026.1.1 while dask remains at 2023.6.1 (in requirements_compiled.txt) or 2024.8.1 (in requirements_compiled_py3.13.txt). These packages are part of the Dask ecosystem and are designed to work together with matching versions. The source file python/requirements/ml/data-requirements.txt explicitly pairs them at the same version. This ~3 year version gap will likely cause compatibility errors at runtime.

Additional Locations (1)

Fix in Cursor Fix in Web

# via
# -r python/requirements/ml/data-requirements.txt
# dask
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_compiled_py3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ directsearch==1.0
# via nevergrad
distlib==0.3.7
# via virtualenv
distributed==2024.8.1 ; python_version < "3.12"
distributed==2026.1.1 ; python_version < "3.12"
# via
# -r python/requirements/ml/data-requirements.txt
# dask
Expand Down