Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/uipath-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uipath-core"
version = "0.5.14"
version = "0.6.0"
description = "UiPath Core abstractions"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
Expand Down
27 changes: 0 additions & 27 deletions packages/uipath-core/src/uipath/core/chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,6 @@
UiPathConversationExchangeEvent,
UiPathConversationExchangeStartEvent,
)
from .interrupt import (
InterruptTypeEnum,
UiPathConversationGenericInterruptEndEvent,
UiPathConversationGenericInterruptStartEvent,
UiPathConversationInterrupt,
UiPathConversationInterruptData,
UiPathConversationInterruptEndEvent,
UiPathConversationInterruptEvent,
UiPathConversationInterruptStartEvent,
UiPathConversationToolCallConfirmationEndValue,
UiPathConversationToolCallConfirmationInterruptEndEvent,
UiPathConversationToolCallConfirmationInterruptStartEvent,
UiPathConversationToolCallConfirmationValue,
)
from .message import (
UiPathConversationMessage,
UiPathConversationMessageData,
Expand Down Expand Up @@ -191,17 +177,4 @@
"UiPathVoiceToolCallRequest",
"UiPathVoiceToolCallMessage",
"UiPathVoiceToolCallResult",
# Interrupt (compat shims — deprecated, see interrupt.py)
"InterruptTypeEnum",
"UiPathConversationInterruptStartEvent",
"UiPathConversationInterruptEndEvent",
"UiPathConversationInterruptEvent",
"UiPathConversationInterruptData",
"UiPathConversationInterrupt",
"UiPathConversationGenericInterruptStartEvent",
"UiPathConversationGenericInterruptEndEvent",
"UiPathConversationToolCallConfirmationValue",
"UiPathConversationToolCallConfirmationEndValue",
"UiPathConversationToolCallConfirmationInterruptStartEvent",
"UiPathConversationToolCallConfirmationInterruptEndEvent",
]
122 changes: 0 additions & 122 deletions packages/uipath-core/src/uipath/core/chat/interrupt.py

This file was deleted.

2 changes: 1 addition & 1 deletion packages/uipath-core/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/uipath-platform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"httpx>=0.28.1",
"tenacity>=9.0.0",
"truststore>=0.10.1",
"uipath-core>=0.5.8, <0.6.0",
"uipath-core>=0.6.0, <0.7.0",
"pydantic-function-models>=0.1.11",
"sqlparse>=0.5.5",
]
Expand Down
2 changes: 1 addition & 1 deletion packages/uipath-platform/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/uipath/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Python SDK and CLI for UiPath Platform, enabling programmatic int
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
dependencies = [
"uipath-core>=0.5.8, <0.6.0",
"uipath-core>=0.6.0, <0.7.0",
"uipath-runtime>=0.10.1, <0.11.0",
"uipath-platform>=0.1.39, <0.2.0",
"click>=8.3.1",
Expand Down
Loading