Skip to content

Commit 523adea

Browse files
Merge pull request #1049 from UiPath/fix/connection-element-instance-id
fix: remove element instance id from connection overwrite
2 parents 17161fc + fa20a9c commit 523adea

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.2.42"
3+
version = "2.2.43"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/_utils/_bindings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def folder_identifier(self) -> str:
5757
class ConnectionResourceOverwrite(ResourceOverwrite):
5858
resource_type: Literal["connection"]
5959
connection_id: str = Field(alias="connectionId")
60-
element_instance_id: str = Field(alias="elementInstanceId")
6160
folder_key: str = Field(alias="folderKey")
6261

6362
model_config = ConfigDict(

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)