Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the import error by falling back to earlier sanic versions #13

Merged
merged 1 commit into from Aug 24, 2019

Conversation

MihaiBalint
Copy link

Fixes the broken import following the import pattern applied here: ashleysommer/sanic-cors@187726f

Also fixes #12

@ashleysommer ashleysommer merged commit a21978c into ashleysommer:master Aug 24, 2019
@ashleysommer
Copy link
Owner

Thanks!
Do you need a new pypi release with this fix?

@nimoism
Copy link

nimoism commented Aug 24, 2019

Yes, please, because last version in pypi is broken for me and it enforces me to use old sanic version
Thank you much!

@ashleysommer
Copy link
Owner

Done. See v0.3.5.post1 on pypi

@ashleysommer
Copy link
Owner

ashleysommer commented Aug 26, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import sanic.server.CIMultiDict
3 participants