Skip to content

Commit 0be010e

Browse files
committed
chore: remove interrupt event shims and bump uipath-core to 0.6.0
1 parent 82f8e54 commit 0be010e

7 files changed

Lines changed: 5 additions & 154 deletions

File tree

packages/uipath-core/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-core"
3-
version = "0.5.14"
3+
version = "0.6.0"
44
description = "UiPath Core abstractions"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath-core/src/uipath/core/chat/__init__.py

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,6 @@
7777
UiPathConversationExchangeEvent,
7878
UiPathConversationExchangeStartEvent,
7979
)
80-
from .interrupt import (
81-
InterruptTypeEnum,
82-
UiPathConversationGenericInterruptEndEvent,
83-
UiPathConversationGenericInterruptStartEvent,
84-
UiPathConversationInterrupt,
85-
UiPathConversationInterruptData,
86-
UiPathConversationInterruptEndEvent,
87-
UiPathConversationInterruptEvent,
88-
UiPathConversationInterruptStartEvent,
89-
UiPathConversationToolCallConfirmationEndValue,
90-
UiPathConversationToolCallConfirmationInterruptEndEvent,
91-
UiPathConversationToolCallConfirmationInterruptStartEvent,
92-
UiPathConversationToolCallConfirmationValue,
93-
)
9480
from .message import (
9581
UiPathConversationMessage,
9682
UiPathConversationMessageData,
@@ -191,17 +177,4 @@
191177
"UiPathVoiceToolCallRequest",
192178
"UiPathVoiceToolCallMessage",
193179
"UiPathVoiceToolCallResult",
194-
# Interrupt (compat shims — deprecated, see interrupt.py)
195-
"InterruptTypeEnum",
196-
"UiPathConversationInterruptStartEvent",
197-
"UiPathConversationInterruptEndEvent",
198-
"UiPathConversationInterruptEvent",
199-
"UiPathConversationInterruptData",
200-
"UiPathConversationInterrupt",
201-
"UiPathConversationGenericInterruptStartEvent",
202-
"UiPathConversationGenericInterruptEndEvent",
203-
"UiPathConversationToolCallConfirmationValue",
204-
"UiPathConversationToolCallConfirmationEndValue",
205-
"UiPathConversationToolCallConfirmationInterruptStartEvent",
206-
"UiPathConversationToolCallConfirmationInterruptEndEvent",
207180
]

packages/uipath-core/src/uipath/core/chat/interrupt.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

packages/uipath-core/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-platform/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"httpx>=0.28.1",
99
"tenacity>=9.0.0",
1010
"truststore>=0.10.1",
11-
"uipath-core>=0.5.8, <0.6.0",
11+
"uipath-core>=0.6.0, <0.7.0",
1212
"pydantic-function-models>=0.1.11",
1313
"sqlparse>=0.5.5",
1414
]

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/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Python SDK and CLI for UiPath Platform, enabling programmatic int
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath-core>=0.5.8, <0.6.0",
8+
"uipath-core>=0.6.0, <0.7.0",
99
"uipath-runtime>=0.10.1, <0.11.0",
1010
"uipath-platform>=0.1.39, <0.2.0",
1111
"click>=8.3.1",

0 commit comments

Comments
 (0)