mozilla-services / python-dockerflow

A Python package to implement tools and helpers for Mozilla Dockerflow
https://python-dockerflow.readthedocs.io
Mozilla Public License 2.0
38 stars 22 forks source link

Add support for Sanic 20.3.0 and up #52

Closed relud closed 4 years ago

relud commented 4 years ago

support for treating request as a dict was deprecated in favor of request.ctx in Sanic 19.9 (https://github.com/huge-success/sanic/pull/1666) and removed in 20.3 (https://github.com/huge-success/sanic/pull/1801)

relud commented 4 years ago

test failures are unrelated and fixed in #53

relud commented 4 years ago

r? @jezdez

jezdez commented 4 years ago

This is out as 2020.10.0 🎊