Skip to content

Commit ebad5d0

Browse files
committed
feat(test): do not merge this, just testing integrations
1 parent 558a044 commit ebad5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uipath/_cli/_runtime/_contracts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class UiPathRuntimeContext(BaseModel):
315315
chat_handler: Optional[UiPathConversationHandler] = None
316316
is_conversational: Optional[bool] = None
317317

318-
model_config = {"arbitrary_types_allowed": True, "extra": "allow"}
318+
model_config = {"arbitrary_types_allowed": True} # "extra": "allow"} # DO NOT MERGE
319319

320320
@classmethod
321321
def with_defaults(cls: type[C], config_path: Optional[str] = None, **kwargs) -> C:

0 commit comments

Comments
 (0)