NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4
https://djangochannelsrestframework.readthedocs.io/en/latest/
MIT License
603 stars 84 forks source link

Update minimum supported channels to 4.0.0 and DRF to 3.12.4 #175

Closed johnthagen closed 1 year ago

johnthagen commented 1 year ago

Closes #168

Since the CI only tests the latest version of channels and DRF, update the minimum versions to avoid users installing/locking an older version that might be incompatible since it is not tested.

@hishnash You will need to update the GitHub About section from v3 to v4

Screen Shot 2023-04-10 at 7 47 49 AM
johnthagen commented 1 year ago

Please squash when merging through the GitHub UI.