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
Install instructions in the README.md fails with an error: „Could not find a version that satisfies the requirement graphene-sqlalchemy>=3“
This is because v3 is in beta. Therefore, installing with '--pre' fixes the problem.
Also, it's not a unique case — the same problem appears to be in `graphene-django`: graphql-python/graphene-django#1288
This is a 2 year old edit, but it still seems worth cleaning up. The install instructions in the README fail so long as v3 is held in beta:
graphene-django/README.md
Line 31 in 5d5d7f1
The text was updated successfully, but these errors were encountered: