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

feature: Support Pydantic V2 #35

Merged
merged 21 commits into from
Jun 20, 2023
Merged

feature: Support Pydantic V2 #35

merged 21 commits into from
Jun 20, 2023

Conversation

antonagestam
Copy link
Owner

@antonagestam antonagestam commented Mar 14, 2023

Closes #20.

Todo

todo: deal with currency parameterizations of OverDraft +
SubunitFraction.
@codecov-commenter
Copy link

codecov-commenter commented Jun 18, 2023

Codecov Report

Merging #35 (fe64879) into main (9e544ae) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main       #35    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            8         9     +1     
  Lines         2185      2366   +181     
  Branches       363       407    +44     
==========================================
+ Hits          2185      2366   +181     
Impacted Files Coverage Δ
src/immoney/_base.py 100.00% <100.00%> (ø)
src/immoney/_pydantic.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@antonagestam antonagestam marked this pull request as ready for review June 20, 2023 17:53
@antonagestam antonagestam changed the title feature: Support Pydantic 2 schemas feature: Support Pydantic V2 schemas Jun 20, 2023
@antonagestam antonagestam changed the title feature: Support Pydantic V2 schemas feature: Support Pydantic V2 Jun 20, 2023
@antonagestam antonagestam enabled auto-merge (squash) June 20, 2023 18:02
@antonagestam antonagestam merged commit b1e3b4c into main Jun 20, 2023
@antonagestam antonagestam deleted the feature/support-pydantic branch June 20, 2023 18:04
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.

Support Pydantic parsing and serializing
2 participants