-
Notifications
You must be signed in to change notification settings - Fork 428
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
django 5.0 #698
Comments
I was wondering the same thing. It's the only package among my other dependencies which is incompatible. |
So it only needs a new release? Considering how simple the patch was, I would suggest to loosen the deps a little bit and at least support Django < 6 and not only Django < 5.1. Nobody can tell the future, but IMO package maintainers should focus on the minimum dependency versions and packages users on maximum dependency versions. |
Any idea on when a new package version is being released on PIP? |
%
Please release a new version to PyPI. |
This should be a very temporary workaround. celery/django-celery-beat#698
A release would be very great to bring forward our own release. |
Of course, we're all free to (temporarily) exclude this package from our requirements locking pipeline and install our deps something like this: .../pipenv install --system --deploy
.../pip install python-crontab>=2.3.4 cron-descriptor>=1.2.32
.../pip install django-celery-beat==2.5.0 --no-dependencies |
Thanks. Using |
This repo's tests pass on CPython and Django v5 Running on old versions of |
Done #708. Long story short: a bug in PyPy 3.10-7.3.13. |
When can we expect a new release? |
Am I seeing this right, is Django 5.1 not going to be supported in the upcoming release? Don't think they're going to make any breaking changes in a minor... https://docs.djangoproject.com/en/dev/releases/5.1/#backwards-incompatible-5-1 |
https://github.com/celery/django-celery-beat/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed fixed the timzone issues that I could find and Py5.0 tests https://github.com/celery/django-celery-beat/blob/main/tox.ini#L15 pass at https://github.com/celery/django-celery-beat/actions/workflows/test.yml Let's focus on getting a release on PyPI that supports Django v5.0 (shipping) before we focus too much on Django 5.1 (NOT shipping). |
Any news here? The issue was closed, but no release was made. |
There was a release made, it got deleted. edit |
The Django 5 tests passed in this package, so I'm not sure if that's related. But per the comment, I made a PR to resolve the base celery deprecation warnings: celery/celery#8791 |
Any news here? Waiting for a v2.6.0 release (and I am probably not the only one 😬)... |
Please stop posting "any news ?" messages many times. At least 3 reasons to NOT do this:
|
I do not think anything more than this statement was needed (at least for me). I did not see here any clear post about a release happening soonish, or not so soonish. Thanks a lot for the quick answer. Very appreciated. And oops sorry, I did it again (disturbing a lot of people...). |
Personally I don't care about Django version, I'm just waiting for the bugfixes. Delaying the release by months just because of Django means that there's something wrong with the release plan... |
People shouldn't make such strong demands for an open source project run by people who volunteer their time. If it's a paid subscription, yeah... you're free to demand value for money. |
Originally posted by @amweiss in #680 (comment) Remind me, what is the strong demand here? Don't revive a dead issue. |
This issue is closed and should be locked by a maintainer. |
Installed django 5.0. and got the warning that celery beat 2.5.0 not compatible... Will there be an update?
The text was updated successfully, but these errors were encountered: