graphql-server
graphql-server copied to clipboard
Relax flask dependency to allow flask 2.0
Currently, this library requires flask<2, and will not install alongside flask 2.0 or newer. Reading the flask release notes, and also testing with this patch, suggests that the changes in 2.0 do not affect this package, so we can relax the dependency and declare support for flask 2