Skip to content

Commit 4b3d1f3

Browse files
Merge pull request #1016 from UiPath/AL-229-integrate_deterministic_guardrails
feat: update deterministic logic [AL-229]
2 parents 80fe303 + bd8e398 commit 4b3d1f3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "uipath"
3-
version = "2.2.34"
3+
version = "2.2.35"
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"
77
dependencies = [
88
"uipath-runtime>=0.2.7, <0.3.0",
9-
"uipath-core>=0.1.3, <0.2.0",
9+
"uipath-core>=0.1.4, <0.2.0",
1010
"click>=8.3.1",
1111
"httpx>=0.28.1",
1212
"pyjwt>=2.10.1",

src/uipath/platform/guardrails/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from uipath.core.guardrails import (
88
BaseGuardrail,
99
DeterministicGuardrail,
10+
DeterministicGuardrailsService,
1011
GuardrailScope,
1112
GuardrailValidationResult,
1213
)
@@ -26,6 +27,7 @@
2627
"BaseGuardrail",
2728
"GuardrailScope",
2829
"DeterministicGuardrail",
30+
"DeterministicGuardrailsService",
2931
"GuardrailValidationResult",
3032
"EnumListParameterValue",
3133
"MapEnumParameterValue",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)