You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this was caused by django-celery-beat 2.6.0 not supporting django 5.1. The upgrade of django forced the downgrade of django-celery-beat to 2.1.0, which had a dependency on django-timezone-field < 5.0, hence the downgrade of django-timezone-field.
django-celery-beat 2.7.0 was released on Aug 22, fixing this whole mess, so poetry update should now work for you... please re-open if it doesn't. Cheers.
The text was updated successfully, but these errors were encountered: