Closed MihaiBalint closed 5 years ago
Thanks! Do you need a new pypi release with this fix?
Yes, please, because last version in pypi is broken for me and it enforces me to use old sanic version Thank you much!
Done. See v0.3.5.post1 on pypi
@MihaiBalint @nimoism
I've spent a few hours pulling in from Flask-Restplus all of the changes from the last 18 months, since when I last rebased this port.
I've released the resulting Sanic-Restplus as v0.4.0b1 for testing. There are not as many changes as I thought, some of them are very small, but others like Unordered vs Ordered schemas, Authorization and Security doc properties, and enhanced error handling have resulted larger diffs.
So if you want to, can you guys test the v0.4.0b1 release on your applications to see if everything works for you.
Fixes the broken import following the import pattern applied here: https://github.com/ashleysommer/sanic-cors/commit/187726f81493dc0d2974bc67597cb9786324c02b
Also fixes #12