Skip to content

Commit 59e427e

Browse files
mjnoviceclaude
andauthored
feat: add memorySpace to resource overwrite types (#1586)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28ad47c commit 59e427e

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/uipath-platform/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-platform"
3-
version = "0.1.35"
3+
version = "0.1.36"
44
description = "HTTP client library for programmatic access to UiPath Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath-platform/src/uipath/platform/common/_bindings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class GenericResourceOverwrite(ResourceOverwrite):
6060
"mcpServer",
6161
"queue",
6262
"remoteA2aAgent",
63+
"memorySpace",
6364
]
6465
name: str = Field(alias="name")
6566
folder_path: str = Field(alias="folderPath")

packages/uipath-platform/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.

packages/uipath/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)