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

allow multidict version 6 #2396

Merged
merged 2 commits into from Mar 23, 2022
Merged

allow multidict version 6 #2396

merged 2 commits into from Mar 23, 2022

Conversation

dotlambda
Copy link
Contributor

The only breaking change is the dropped support for Python 3.6, which sanic doesn't support anyway: https://github.com/aio-libs/multidict/releases/tag/v6.0.0

@codecov
Copy link

codecov bot commented Feb 2, 2022

Codecov Report

Merging #2396 (ced0ad7) into main (361c242) will increase coverage by 0.059%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##              main     #2396       +/-   ##
=============================================
+ Coverage   87.109%   87.169%   +0.059%     
=============================================
  Files           60        60               
  Lines         5027      5027               
  Branches       905       905               
=============================================
+ Hits          4379      4382        +3     
+ Misses         475       473        -2     
+ Partials       173       172        -1     
Impacted Files Coverage Δ
sanic/server/protocols/http_protocol.py 88.095% <0.000%> (+3.571%) ⬆️

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 361c242...ced0ad7. Read the comment docs.

@dotlambda
Copy link
Contributor Author

ping @ahopkins

@ahopkins ahopkins merged commit f6fdc80 into sanic-org:main Mar 23, 2022
ChihweiLHBird pushed a commit to ChihweiLHBird/sanic that referenced this pull request Jun 1, 2022
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
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.

None yet

2 participants