You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find all instances of _BaseODMModel subclasses, including those stored
in lists or tuples, and set the required attribute on them during copy.
Fixesart049#321.
Find all instances of _BaseODMModel subclasses, including those stored
in lists or tuples, and set the required attribute on them during copy.
Fixesart049#321.
Bug
Given a model definition like this:
When I call copy.e[0].f = 2
Then an
AttributeError: 'E' object has no attribute '__fields_modified__'
occursEnvironment
python -c "import pydantic.utils; print(pydantic.utils.version_info())"
):Additional context
This is a continuation of #228 .
The text was updated successfully, but these errors were encountered: