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
Seeing as there wasn't already an issue open for this...
Two blockers:
graphene-tornado 2.6 has a dependency on werkzeug 0.12 that doesn't support py3.10
File "~/.conda/envs/cylc8.1/lib/python3.10/site-packages/werkzeug/datastructures.py", line 16, in <module>
from collections import Container, Iterable, MutableSet
ImportError: cannot import name 'Container' from 'collections'
(Devs can patch this file in site-packages by changing it to collections.abc)
Seeing as there wasn't already an issue open for this...
Two blockers:
graphene-tornado 2.6 has a dependency on werkzeug 0.12 that doesn't support py3.10
(Devs can patch this file in site-packages by changing it to
collections.abc
)Remove deprecated asyncio loop arg #390
Pull requests welcome!
The text was updated successfully, but these errors were encountered: