seandstewart / typical

Typical: Fast, simple, & correct data-validation using Python 3 typing.
https://python-typical.org
MIT License
183 stars 9 forks source link

Update typing-extensions, plus a fixes for other breaking changes. #203

Closed seandstewart closed 1 year ago

seandstewart commented 1 year ago

resolves #198

codecov[bot] commented 1 year ago

Codecov Report

Merging #203 (a49457c) into main (05babfb) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head a49457c differs from pull request most recent head 6534b16. Consider uploading reports for the commit 6534b16 to get more accurate results

@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   94.72%   94.74%   +0.02%     
==========================================
  Files          37       37              
  Lines        4358     4376      +18     
  Branches      769      886     +117     
==========================================
+ Hits         4128     4146      +18     
  Misses        142      142              
  Partials       88       88              
Flag Coverage Δ
unittests 94.60% <100.00%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
typic/__init__.py 100.00% <100.00%> (ø)
typic/compat.py 100.00% <100.00%> (ø)
typic/gen.py 86.80% <100.00%> (+0.18%) :arrow_up:
typic/serde/resolver.py 92.66% <100.00%> (+0.04%) :arrow_up: