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

Pydantic 2.x compatibility #106

Merged
merged 9 commits into from
Jul 1, 2023
Merged

Pydantic 2.x compatibility #106

merged 9 commits into from
Jul 1, 2023

Conversation

fsoubelet
Copy link
Owner

Migrates to requiring pydantic >= 2.0 and makes the necessary changes for the new major version.

@fsoubelet fsoubelet added Enhancement Improvements to an existing feature Dependencies Pull requests that update a dependency file labels Jul 1, 2023
@fsoubelet fsoubelet self-assigned this Jul 1, 2023
@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (064d6e3) 98.51% compared to head (2e9de5f) 98.51%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   98.51%   98.51%           
=======================================
  Files          57       57           
  Lines        2565     2566    +1     
=======================================
+ Hits         2527     2528    +1     
  Misses         38       38           
Impacted Files Coverage Δ
pyhdtoolkit/models/beam.py 100.00% <100.00%> (ø)
pyhdtoolkit/models/htc.py 100.00% <100.00%> (ø)
pyhdtoolkit/version.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fsoubelet fsoubelet merged commit 36cdc28 into master Jul 1, 2023
29 checks passed
@fsoubelet fsoubelet deleted the pydantic_2_adaptations branch July 1, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file Enhancement Improvements to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant