You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: send conversation owner id header on CAS websocket handshake
get_chat_bridge / get_voice_bridge forward context.synthetic_user_id as the
X-UiPath-Internal-SyntheticUserId handshake header so CAS can validate Unified Runtime
Robot connections for RunAsMe=false conversations. No-op when the context field is unset.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/uipath/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "uipath"
3
-
version = "2.10.81"
3
+
version = "2.10.82"
4
4
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
0 commit comments