From 56b587e3c8a199adae94de260f4be88366ecdfa7 Mon Sep 17 00:00:00 2001 From: "diana.grecu" Date: Thu, 19 Feb 2026 11:39:12 +0200 Subject: [PATCH 1/2] feat: add automation tracker to client scope --- src/uipath/_cli/_auth/auth_config_cloud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uipath/_cli/_auth/auth_config_cloud.json b/src/uipath/_cli/_auth/auth_config_cloud.json index 5f57ff256..209e5ec19 100644 --- a/src/uipath/_cli/_auth/auth_config_cloud.json +++ b/src/uipath/_cli/_auth/auth_config_cloud.json @@ -1,6 +1,6 @@ { "client_id": "36dea5b8-e8bb-423d-8e7b-c808df8f1c00", "redirect_uri": "http://localhost:__PY_REPLACE_PORT__/oidc/login", - "scope": "offline_access ProcessMining OrchestratorApiUserAccess StudioWebBackend IdentityServerApi ConnectionService DataService DocumentUnderstanding Du.Digitization.Api Du.Classification.Api Du.Extraction.Api Du.Validation.Api EnterpriseContextService Directory JamJamApi LLMGateway LLMOps OMS RCS.FolderAuthorization TM.Projects TM.TestCases TM.Requirements TM.TestSets AutomationSolutions", + "scope": "offline_access ProcessMining OrchestratorApiUserAccess StudioWebBackend IdentityServerApi ConnectionService DataService DocumentUnderstanding Du.Digitization.Api Du.Classification.Api Du.Extraction.Api Du.Validation.Api EnterpriseContextService Directory JamJamApi LLMGateway LLMOps OMS RCS.FolderAuthorization TM.Projects TM.TestCases TM.Requirements TM.TestSets AutomationSolutions AT.TrackOperations", "port": 8104 } From 683b481060d49d814ff67d9c25c5c6899020c92d Mon Sep 17 00:00:00 2001 From: "diana.grecu" Date: Fri, 20 Feb 2026 12:00:18 +0200 Subject: [PATCH 2/2] chore: increase version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f85d7c7e..dbccd220a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.8.44" +version = "2.8.45" 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/uv.lock b/uv.lock index c6fa2bc97..d1920ee55 100644 --- a/uv.lock +++ b/uv.lock @@ -2531,7 +2531,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.8.44" +version = "2.8.45" source = { editable = "." } dependencies = [ { name = "applicationinsights" },