sqlmodel icon indicating copy to clipboard operation
sqlmodel copied to clipboard

fix parse_obj, validate method return type

Open phi-friday opened this issue 2 years ago • 0 comments

fix SQLModel.parse_obj, SQLModel.validate method return type "SQLModel" -> _TSQLModel

issues link

phi-friday avatar Apr 29 '22 13:04 phi-friday

Codecov Report

Merging #321 (e9f1346) into main (c743647) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #321   +/-   ##
=======================================
  Coverage   97.70%   97.70%           
=======================================
  Files         185      185           
  Lines        6134     6134           
=======================================
  Hits         5993     5993           
  Misses        141      141           
Impacted Files Coverage Δ
sqlmodel/main.py 84.59% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 27 '22 23:08 codecov[bot]

📝 Docs preview for commit e9f1346ae7ecb6b778e9b0e47c9508f986fcbb6f at: https://630aa6b97ca5615488983fb5--sqlmodel.netlify.app

github-actions[bot] avatar Aug 27 '22 23:08 github-actions[bot]

Good catch, thank you @phi-friday! :cake:

This will be available in the next release, SQLModel 0.0.7, released in the next hours. :tada:

tiangolo avatar Aug 27 '22 23:08 tiangolo