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
While waiting for a release, in our project we've kept RedBeat pinned to <2.1.1, which has meant keeping celery pinned to <5.3.0. Python 3.12 was released in October, which removed a deprecated function that Celery was using (EntryPoints.get() in the importlib-metadata package). Recent versions of Celery have removed that call, but we remain pinned to the older version. We would love to upgrade to the next major release, and if the code that's already in main could be released, then we could let the versions of celery-redbeat and celery float free!
If there's anything preventing the release of a new version to pypi, and additional Python-capable hands could help, please let me know where I can lend a hand.
The text was updated successfully, but these errors were encountered:
DArtagan
changed the title
New bugfix release (for Python 3.12 compatibility)
New bugfix release
Nov 21, 2023
tl;dr: if possible, please cut a new bugfix pypi release.
Longer story; there are a few open Github issues which have been fixed in
main
:main
.FixedOffset
was removed. Happily @jkseppan fixed this back in May, with merged PR Replace uses of celery.utils.time #245.While waiting for a release, in our project we've kept RedBeat pinned to
<2.1.1
, which has meant keeping celery pinned to<5.3.0
. Python 3.12 was released in October, which removed a deprecated function that Celery was using (EntryPoints.get()
in theimportlib-metadata
package). Recent versions of Celery have removed that call, but we remain pinned to the older version. We would love to upgrade to the next major release, and if the code that's already inmain
could be released, then we could let the versions ofcelery-redbeat
andcelery
float free!If there's anything preventing the release of a new version to pypi, and additional Python-capable hands could help, please let me know where I can lend a hand.
The text was updated successfully, but these errors were encountered: