I have been using in the production next version of packages:
channels==3.0.5
# via
# -r requirements.in
# channels-redis
channels-redis==4.0.0b1
# via -r requirements.in
And I tried to upgrade channels to also 4.0.0b1 but it raised me an issue regarding compatibility of my packages.
I am using pip-tools to sync version of packages and I have next line in my requirements.in file:
channels>=4.0.0b1
channels-redis>=4.0.0b1
And when I tried to compile .txt file, I have next error:
I have been using in the production next version of packages:
And I tried to upgrade
channels
to also 4.0.0b1 but it raised me an issue regarding compatibility of my packages. I am usingpip-tools
to sync version of packages and I have next line in myrequirements.in
file:And when I tried to compile .txt file, I have next error:
The issue itself in the
setup.py
.