adriangb / xpresso

A composable Python ASGI web framework
https://xpresso-api.dev/
MIT License
176 stars 4 forks source link

fix: compatibility with pydantic master branch #100

Closed adriangb closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #100 (18d46e1) into main (a3e9f33) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   98.55%   98.57%   +0.02%     
==========================================
  Files         126      126              
  Lines        4218     4220       +2     
  Branches      594      595       +1     
==========================================
+ Hits         4157     4160       +3     
+ Misses         29       28       -1     
  Partials       32       32              
Impacted Files Coverage Δ
xpresso/responses.py 100.00% <100.00%> (ø)
xpresso/binders/_binders/union.py 92.18% <0.00%> (+1.56%) :arrow_up: