openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
107 stars 24 forks source link

⬆️(back) upgrade channels and channels-redis to version 4 #2430

Closed lunika closed 11 months ago

lunika commented 11 months ago

Purpose

Channels and channels-redis were blocked in version 3 because version 4 was not compatible with recent version of python and django. Now we are using django 4.2 and python 3.11 we can upgrade them. Upgrading them fixes an issue linked to internal usage of asyncio.

Proposal