Skip to content

Add pydantic 2.5 support #1361

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

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Add pydantic 2.5 support #1361

merged 2 commits into from
Nov 14, 2023

Conversation

Olegt0rr
Copy link
Contributor

Description

New pydantic released
https://github.com/pydantic/pydantic/releases/tag/v2.5.0

Type of change

Please delete options that are not relevant.

  • Documentation (typos, code examples or any documentation update)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Operating System:
  • Python version:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link

github-actions bot commented Nov 14, 2023

✔️ Changelog found.

Thank you for adding a description of the changes

@github-actions github-actions bot added the 3.x Issue or PR for stable 3.x version label Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #1361 (c92942b) into dev-3.x (29d766f) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x     #1361   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          369       369           
  Lines         9448      9448           
=========================================
  Hits          9448      9448           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

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

@Olegt0rr Olegt0rr marked this pull request as ready for review November 14, 2023 08:26
@Olegt0rr Olegt0rr requested review from JrooTJunior and a team November 14, 2023 08:26
@Olegt0rr Olegt0rr self-assigned this Nov 14, 2023
@JrooTJunior JrooTJunior merged commit 9a2a72f into dev-3.x Nov 14, 2023
@Olegt0rr Olegt0rr deleted the pydantic2.5 branch November 14, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants