graphql-server icon indicating copy to clipboard operation
graphql-server copied to clipboard

Relax flask dependency to allow flask 2.0

Open gcampax opened this issue 3 years ago • 0 comments

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

gcampax avatar May 13 '22 19:05 gcampax