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
fromtypingimportFinalfrompydanticimportRootModelclassModel(RootModel[str]):
a: Final=1# Unexpected field with name a; only 'root' is allowed as a field of a `RootModel`
Final with a default is not a field, it's an attribute
The text was updated successfully, but these errors were encountered:
Final
with a default is not a field, it's an attributeThe text was updated successfully, but these errors were encountered: