You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to install 0.0.9 into a python 3.8.1 venv runnning django 3.0.2 and graphene-django [required: >= 2.1.7,<3, installed: 2.1.8] without success. Seems like it relates to install_requires=[..., 'graphene-django==2.0.0', ...]. Could we relax this pinning to enable support for this current latest version setup? Relates to #11
The text was updated successfully, but these errors were encountered:
I've tried to install
0.0.9
into apython 3.8.1
venv runnningdjango 3.0.2
andgraphene-django [required: >= 2.1.7,<3, installed: 2.1.8]
without success. Seems like it relates toinstall_requires=[..., 'graphene-django==2.0.0', ...]
. Could we relax this pinning to enable support for this current latest version setup? Relates to #11The text was updated successfully, but these errors were encountered: