Problem Statement:
I'm currently working on a Django application using Django==4.0.6 and need to implement Server-Sent Events (SSE) for real-time UI updates. However, the latest django-eventstream versions are incompatible with Django 4.0.6, and upgrading Django isn't feasible due to tight coupling with other packages.