jmcarp / flask-apispec

MIT License
655 stars 156 forks source link

Restrict webargs versions #177

Closed saydamir closed 4 years ago

saydamir commented 4 years ago

webargs 6.0.0 has incompatible changes for example:

close: #176

codecov-io commented 4 years ago

Codecov Report

Merging #177 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #177   +/-   ##
=======================================
  Coverage   97.72%   97.72%           
=======================================
  Files           8        8           
  Lines         352      352           
=======================================
  Hits          344      344           
  Misses          8        8

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 98262df...4962f23. Read the comment docs.

sloria commented 4 years ago

Thanks!