Skip to content
Open
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 requirements.macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coreschema==0.0.4
Django==2.2.26
#django-celery-beat==1.1.1
django-celery-beat==2.0.0
django-celery-results==2.0.1
django-celery-results==2.4.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Celery Version Mismatch Blocks Update

The django-celery-results update to 2.4.0 introduces a dependency conflict. This version requires celery 5.2.3 or newer, but the project is still on celery 4.4.0. This mismatch will likely cause runtime errors or prevent successful installation.

Fix in Cursor Fix in Web

django-cursor-pagination==0.1.4
django-datetime-widget==0.9.3
django-debug-toolbar==3.2.2
Expand Down
Loading