We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c77c commit 7530d22Copy full SHA for 7530d22
alpaca/common/models.py
@@ -8,8 +8,6 @@ class ValidateBaseModel(BaseModel, validate_assignment=True):
8
it or forget to specify it in our models where we want assignment validation
9
"""
10
11
- # ignoring the ('model_',) protected namespace may temporarly fix the docs build
12
- model_config = ConfigDict(protected_namespaces=tuple())
13
14
def __repr__(self):
15
return pprint.pformat(self.model_dump(), indent=4)
0 commit comments