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

feat: pydantic support added #163

Merged
merged 2 commits into from
Mar 23, 2022
Merged

feat: pydantic support added #163

merged 2 commits into from
Mar 23, 2022

Conversation

marcosschroh
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Mar 23, 2022

Codecov Report

Merging #163 (3f2301c) into master (50fb5c0) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   99.16%   99.19%   +0.02%     
==========================================
  Files           9       10       +1     
  Lines         839      869      +30     
  Branches      145      150       +5     
==========================================
+ Hits          832      862      +30     
  Misses          5        5              
  Partials        2        2              
Impacted Files Coverage Δ
dataclasses_avroschema/avrodantic.py 100.00% <100.00%> (ø)
dataclasses_avroschema/schema_definition.py 100.00% <100.00%> (ø)
dataclasses_avroschema/schema_generator.py 100.00% <100.00%> (ø)
dataclasses_avroschema/utils.py 100.00% <100.00%> (ø)

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 50fb5c0...3f2301c. Read the comment docs.

@marcosschroh marcosschroh merged commit 21c2572 into master Mar 23, 2022
@marcosschroh marcosschroh deleted the feat/add-pydantic branch March 23, 2022 12:06
or with `pydantic` funcionalities

```bash
pip install dataclasses-avroschemap[pydantic]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

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