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

fix(celery): celery compatibility with importlib #17874

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

thmsobrmlr
Copy link
Contributor

Problem

A Celery upgrade resulted in cannot import name 'Celery' from 'celery errors. This seems to be due to underlying changes in Celery's usage of importlib, see celery/celery#7785.

Changes

We've been on a really old version of importlib. This PR upgrades to the newest version, which fixes the Celery error.

How did you test this code?

CI run

Copy link
Contributor

@benjackwhite benjackwhite left a comment

Choose a reason for hiding this comment

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

This works! Googled what you probably saw as well and this seems like a safe change to me

@thmsobrmlr thmsobrmlr enabled auto-merge (squash) October 10, 2023 10:11
@thmsobrmlr thmsobrmlr merged commit a914bf4 into master Oct 10, 2023
67 checks passed
@thmsobrmlr thmsobrmlr deleted the fix-celery-import branch October 10, 2023 10:29
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

Successfully merging this pull request may close these issues.

None yet

2 participants