From 797e03ab667729958398927602ed040f444aa749 Mon Sep 17 00:00:00 2001 From: Eduard Dumitru Date: Thu, 13 Aug 2026 13:21:21 +0200 Subject: [PATCH 1/2] ci: exempt uipath-runtime from the Safe Chain age gate when building #1858 added this to lint-packages.yml and test-packages.yml, but the CD path builds through build-package.yml, which never got it. The post-merge run failed: Safe-chain: blocked 1 direct package download request(s) due to minimum package age: uipath_runtime@0.13.1 so uipath 2.14.3 did not publish. Skips only the age gate; malware and every other Safe Chain check still run. Co-Authored-By: Claude Opus 5 --- .github/workflows/build-package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index faaf7df3f..939c0eb10 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -16,6 +16,9 @@ on: APPLICATIONINSIGHTS_CONNECTION_STRING: required: false +env: + SAFE_CHAIN_MINIMUM_PACKAGE_AGE_EXCLUSIONS: uipath-runtime + permissions: contents: read actions: write From 4799583520cce00879d88cbc741856cc4d83394d Mon Sep 17 00:00:00 2001 From: Eduard Dumitru Date: Thu, 13 Aug 2026 13:34:42 +0200 Subject: [PATCH 2/2] chore: bump uipath to 2.14.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.14.3 never reached PyPI — its CD build died on the Safe Chain age gate that the previous commit fixes. Publishing under a fresh version rather than reusing 2.14.3 so that merging this PR touches packages/uipath/pyproject.toml and therefore triggers CD on its own, instead of needing a manual dispatch. Co-Authored-By: Claude Opus 5 --- packages/uipath/pyproject.toml | 2 +- packages/uipath/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/uipath/pyproject.toml b/packages/uipath/pyproject.toml index c077ade3e..65f408502 100644 --- a/packages/uipath/pyproject.toml +++ b/packages/uipath/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.14.3" +version = "2.14.4" 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/packages/uipath/uv.lock b/packages/uipath/uv.lock index 2e7bc9f68..eee282f4b 100644 --- a/packages/uipath/uv.lock +++ b/packages/uipath/uv.lock @@ -2599,7 +2599,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.14.3" +version = "2.14.4" source = { editable = "." } dependencies = [ { name = "applicationinsights" },