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

deps: support django 4.1 #581

Merged
merged 4 commits into from Oct 13, 2022
Merged

deps: support django 4.1 #581

merged 4 commits into from Oct 13, 2022

Conversation

csrftoken
Copy link
Contributor

No description provided.

@benedikt-bartscher
Copy link

#567

@evanlesmez
Copy link

How is this going?

@auvipy auvipy closed this Oct 12, 2022
@auvipy auvipy reopened this Oct 12, 2022
requirements/docs.txt Outdated Show resolved Hide resolved
requirements/runtime.txt Outdated Show resolved Hide resolved
requirements/test-django.txt Outdated Show resolved Hide resolved
@auvipy
Copy link
Member

auvipy commented Oct 12, 2022

not sure why py3.7 is failing

@goatwu1993
Copy link
Contributor

goatwu1993 commented Oct 12, 2022

@auvipy Upstream error by kombu & celery, caused by using importlib-metadata API which is deprecated at 5.0.0

Both libs have been fixed and merged but in 5.3.0 milestone.

celery/kombu#1601
celery/celery#7785

Only python < 3.8 needs importlib-metadata, which is why only python37 breaks here.

open #591 to prove.

@goatwu1993
Copy link
Contributor

rebase should pass 3.7

@auvipy auvipy merged commit e2e97dd into celery:master Oct 13, 2022
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

5 participants