factset / quart-openapi

Module for Quart to add Flask-RESTPlus like functionality
https://factset.github.io/quart-openapi/
Other
82 stars 22 forks source link

Unpin jsonschema #31

Closed mst-ableton closed 4 years ago

mst-ableton commented 4 years ago

In https://github.com/factset/quart-openapi/pull/10, jsonschema was pinned in order to prevent the roll to 3.x.x which was still in alpha. It's been out of alpha for a while now, so this PR unpins the dependency. I'm not sure about any breaking changes, as the tests still seem to pass. Feel free to adopt/rewrite this PR if there are things I've missed, thanks!

mst-ableton commented 4 years ago

Hmm, the tests worked locally. I'm not sure what's going on here...

zeroshade commented 4 years ago

I'll take a look

zeroshade commented 4 years ago

Closing in favor of #33