From fa20a9c2b1ee24be02cf32e7e8b0fcb93bd255b1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 23 Dec 2025 13:26:48 +0200 Subject: [PATCH] fix: remove element instance id from connection overwrite --- pyproject.toml | 2 +- src/uipath/_utils/_bindings.py | 1 - uv.lock | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b587d65e6..43e83efc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.2.42" +version = "2.2.43" description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath/_utils/_bindings.py b/src/uipath/_utils/_bindings.py index b92a48c9b..6816260f3 100644 --- a/src/uipath/_utils/_bindings.py +++ b/src/uipath/_utils/_bindings.py @@ -57,7 +57,6 @@ def folder_identifier(self) -> str: class ConnectionResourceOverwrite(ResourceOverwrite): resource_type: Literal["connection"] connection_id: str = Field(alias="connectionId") - element_instance_id: str = Field(alias="elementInstanceId") folder_key: str = Field(alias="folderKey") model_config = ConfigDict( diff --git a/uv.lock b/uv.lock index a933ec240..7a7efb946 100644 --- a/uv.lock +++ b/uv.lock @@ -2477,7 +2477,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.2.42" +version = "2.2.43" source = { editable = "." } dependencies = [ { name = "click" },