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

Address case where model_construct on a class which defines model_post_init fails with AttributeError: __pydantic_private__ when subsequently model_copy'd #9168

Merged

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    084ad21 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. * updated for typing

    David Grimes committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c6c4cfc View commit details
    Browse the repository at this point in the history
  2. * m.__private_attributes__ should not have been replaced

    David Grimes committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a0e0f69 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    d2660e5 View commit details
    Browse the repository at this point in the history