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

refactor(pydantic): add support for pydantic v2 #132

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

JeroennC
Copy link
Contributor

Supports v1 and v2 simultaneously, although deprecated features are used, namely: Config class, root_validator, .dict()

Supports v1 and v2 simultaneously, although deprecated features are used, namely: Config class, root_validator, .dict()
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (921f848) 94.12% compared to head (ccc62a9) 94.12%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   94.12%   94.12%           
=======================================
  Files          20       20           
  Lines         732      732           
=======================================
  Hits          689      689           
  Misses         43       43           
Flag Coverage Δ
unittests 94.12% <100.00%> (ø)

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

Files Changed Coverage Δ
kstreams/backends/kafka.py 96.07% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marcosschroh marcosschroh merged commit db1e351 into kpn:master Sep 25, 2023
marcosschroh pushed a commit to marcosschroh/kstreams that referenced this pull request Jun 18, 2024
Supports v1 and v2 simultaneously, although deprecated features are used, namely: Config class, root_validator, .dict()
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.

2 participants