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

DM-40002: Support pydantic v2 #357

Merged
merged 6 commits into from
Jul 19, 2023
Merged

DM-40002: Support pydantic v2 #357

merged 6 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. Change deprecation period to v26

    timj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    285ef77 View commit details
    Browse the repository at this point in the history
  2. Use python 3.11 in builds

    timj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    08a12ff View commit details
    Browse the repository at this point in the history
  3. Support pydantic v2

    timj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    46a07ed View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Use model_construct in pydantic v2

    They changed the name of __fields_set__.
    timj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    298b938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f29835f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc509f0 View commit details
    Browse the repository at this point in the history