Skip to content

fix: restore interrupt event compat shims in uipath-core (#1599)#1600

Merged
radu-mocanu merged 1 commit intomainfrom
fix/issue-1599-restore-interrupt-events
Apr 29, 2026
Merged

fix: restore interrupt event compat shims in uipath-core (#1599)#1600
radu-mocanu merged 1 commit intomainfrom
fix/issue-1599-restore-interrupt-events

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

Summary

  • restore UiPathConversationInterrupt* names in uipath.core.chat as deprecation shims
  • unblocks installs where old uipath-runtime resolves alongside new uipath-core

Why

Fixes #1599

#1558 removed the interrupt event types from uipath.core.chat in a patch release. Published uipath-runtime 0.9.x still imports those names at module load, so any install pulling the new core (e.g. via uipath-openai-agents) hits an ImportError before the agent can start. Restoring the symbols keeps old runtimes loadable while the new confirmToolCall flow remains the active path.

@github-actions github-actions Bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-runtime labels Apr 29, 2026
@radu-mocanu radu-mocanu merged commit 82f8e54 into main Apr 29, 2026
81 checks passed
@radu-mocanu radu-mocanu deleted the fix/issue-1599-restore-interrupt-events branch April 29, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'UiPathConversationInterruptEndEvent' from 'uipath.core.chat' when running uipath-openai-agents

2 participants