Skip to content

Commit f72dcf0

Browse files
committed
Fixes unit tests
1 parent 12e812e commit f72dcf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ads/aqua/common/entities.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ class ModelConfigResult(BaseModel):
3333

3434
config: Dict[str, Any] = Field(..., description="Loaded configuration dictionary.")
3535
model_details: Model = Field(..., description="Details of the model from OCI.")
36+
37+
class Config:
38+
extra = "ignore"
39+
arbitrary_types_allowed = True
40+
protected_namespaces = ()

0 commit comments

Comments
 (0)