SpaceyaTech / mastori

Mastori is a community-driven open-source project that aims to provide a simple and efficient blogging platform built for the Dev Community
https://www.spaceyatech.com/
22 stars 54 forks source link

Update celery versions #161

Closed nyandika closed 3 weeks ago

nyandika commented 3 weeks ago

Description

Was getting a cannot import name 'Celery' from 'celery' error while trying to build the code Similar to discussion here: https://github.com/python/importlib_metadata/issues/411

Updating the libraries involved unblocked me

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

CI Django & Postgres Tests

Jambo

Test Configuration:

          python manage.py migrate
          python manage.py test

Checklist:

JosephThuku commented 3 weeks ago

Did you confirm that the updated dependencies are compatible with Python 3.10, which is used to build the application? Compatibility checks are crucial to ensure stability and functionality?

nyandika commented 3 weeks ago

This workflow that runs against pull requests and merges to main is set up with Python 3.10.

This successful actions build against the PR implies compatibility

JosephThuku commented 3 weeks ago

I agree 💯