Skip to content

Commit 239b787

Browse files
mjnoviceclaude
andcommitted
chore: update uv.lock files for uipath-platform 0.1.5
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e6e23a6 commit 239b787

7 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/uipath-platform/src/uipath/platform/_uipath.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from typing import Optional
33

44
from pydantic import ValidationError
5+
56
from uipath.platform.automation_tracker import AutomationTrackerService
67

78
from .action_center import TasksService

packages/uipath-platform/src/uipath/platform/common/auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from typing import Optional
55

66
from pydantic import BaseModel
7+
78
from uipath.platform.common.constants import (
89
ENV_BASE_URL,
910
ENV_UIPATH_ACCESS_TOKEN,

packages/uipath-platform/src/uipath/platform/common/interrupt_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import Annotated, Any
44

55
from pydantic import BaseModel, ConfigDict, Field, model_validator
6+
67
from uipath.platform.context_grounding.context_grounding_index import (
78
ContextGroundingIndex,
89
)

packages/uipath-platform/src/uipath/platform/context_grounding/context_grounding_payloads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from pydantic import BaseModel, ConfigDict, Field, model_validator
77
from pydantic.alias_generators import to_camel
8+
89
from uipath.platform.common.constants import (
910
CONFLUENCE_DATA_SOURCE_REQUEST,
1011
DROPBOX_DATA_SOURCE_REQUEST,

packages/uipath-platform/src/uipath/platform/resume_triggers/_protocol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
UiPathResumeTriggerName,
1818
UiPathResumeTriggerType,
1919
)
20+
2021
from uipath.platform import UiPath
2122
from uipath.platform.action_center import Task
2223
from uipath.platform.action_center.tasks import TaskStatus

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: 4 additions & 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)