graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

Relax flask dependency to allow flask 2.0 #89

Closed gcampax closed 1 year ago

gcampax commented 2 years ago

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

erikwrede commented 1 year ago

superseded by #99