Closed
Description
update our remaining code to use this pattern.
My understanding is that pydantic handles this correctly (i.e. deep copy) for non-hashable default values (i.e. lists). source: https://docs.pydantic.dev/latest/concepts/models/#fields-with-non-hashable-default-values
Originally posted by @mike-hunhoff in #2537 (comment)