diff --git a/packages/uipath/pyproject.toml b/packages/uipath/pyproject.toml index a0a6d9e43..124a40ebd 100644 --- a/packages/uipath/pyproject.toml +++ b/packages/uipath/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "uipath" -version = "2.12.8" +version = "2.12.9" 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" dependencies = [ "uipath-core>=0.5.26, <0.6.0", - "uipath-runtime>=0.12.1, <0.13.0", + "uipath-runtime>=0.11.7, <0.13.0", "uipath-platform>=0.1.91, <0.2.0", "click>=8.3.1", "httpx>=0.28.1", diff --git a/packages/uipath/uv.lock b/packages/uipath/uv.lock index 50d89c69e..20672a621 100644 --- a/packages/uipath/uv.lock +++ b/packages/uipath/uv.lock @@ -2598,7 +2598,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.12.8" +version = "2.12.9" source = { editable = "." } dependencies = [ { name = "applicationinsights" }, @@ -2674,7 +2674,7 @@ requires-dist = [ { name = "truststore", specifier = ">=0.10.1" }, { name = "uipath-core", editable = "../uipath-core" }, { name = "uipath-platform", editable = "../uipath-platform" }, - { name = "uipath-runtime", specifier = ">=0.12.1,<0.13.0" }, + { name = "uipath-runtime", specifier = ">=0.11.7,<0.13.0" }, ] [package.metadata.requires-dev]