PeterJCLaw / srcomp-http

Web API to the state of the Student Robotics Competition
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 4 forks source link

Support Werkzeug 2.1+ #6

Closed PeterJCLaw closed 2 years ago

PeterJCLaw commented 2 years ago

This means dropping support for Werkzeug<2, though likely that's fine. Either way until then we should pin it more precisely. Currently some combination of this and/or Flask 2 being pulled in is what's breaking type checking in CI.

PeterJCLaw commented 2 years ago

Fixed in #7.