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
@ahwagner if are going to go ahead with making every object digestible in the model and serialize algorithm, that could be a good solution to this, we can just use those digests. (with a special case for custom root types with a non-pydantic type as their root, like IRI being a str)
The text was updated successfully, but these errors were encountered:
We just need to define what to use as the hash value that will work across all the models.
pydantic/pydantic#1303 (comment)
@ahwagner if are going to go ahead with making every object digestible in the model and serialize algorithm, that could be a good solution to this, we can just use those digests. (with a special case for custom root types with a non-pydantic type as their root, like IRI being a str)
The text was updated successfully, but these errors were encountered: