Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for django 5.1 #141

Closed
Buczek05 opened this issue Aug 15, 2024 · 1 comment
Closed

No support for django 5.1 #141

Buczek05 opened this issue Aug 15, 2024 · 1 comment

Comments

@Buczek05
Copy link

Screenshot 2024-08-15 at 10 18 10
@mfogel
Copy link
Owner

mfogel commented Aug 26, 2024

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.

More info in celery/django-celery-beat#781.

@mfogel mfogel closed this as completed Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants