Skip to content

Commit 69c4bfe

Browse files
chore(platform): prepare 0.2.10 release
1 parent c2a3fdf commit 69c4bfe

4 files changed

Lines changed: 5 additions & 5 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.2.9"
3+
version = "0.2.10"
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/guardrails/decorators/validators/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
from uipath.core.guardrails import GuardrailValidationResult
77

8+
from uipath.platform.guardrails.guardrails import BuiltInValidatorGuardrail
9+
810
from ..._guardrails_service import (
911
GuardrailsService,
1012
default_guardrails_service,
1113
)
12-
from uipath.platform.guardrails.guardrails import BuiltInValidatorGuardrail
13-
1414
from .._enums import GuardrailExecutionStage
1515

1616

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)