ashleysommer / sanic-cors

A Sanic extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. Based on flask-cors by Cory Dolphin.
MIT License
159 stars 22 forks source link

Support for Sanic v22.3.0 #60

Closed Basit-qc closed 2 years ago

Basit-qc commented 2 years ago

sanic-cors 1.0.1 requires sanic!=21.3.0,!=21.6.0,!=21.9.0,<22,>=21.3.1, but you have sanic 22.3.0 which is incompatible

Basit-qc commented 2 years ago

Using sanic-ext instead