Skip to content

Commit de37b26

Browse files
committed
needed in order to convert to the model
1 parent e15f851 commit de37b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/api_schemas_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class FileMetaDataGet(BaseModel):
153153
)
154154

155155
model_config = ConfigDict(
156-
extra="forbid",
156+
extra="ignore",
157157
from_attributes=True,
158158
json_schema_extra={
159159
"examples": [

0 commit comments

Comments
 (0)