Skip to content

UiPath LLM Client [v1.13.1]

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:18
80f46a9

[1.13.1] - 2026-06-09

Fixed

  • PlatformSettings now accepts non-JWT access tokens (e.g. opaque UiPath reference tokens) for UIPATH_ACCESS_TOKEN. Previously any token that was not a parseable JWT failed validation with "Invalid access token: expected JWT with at least 2 dot-separated parts". Token introspection is now best-effort: is_token_expired returns False when the token is not a parseable JWT, and the settings validator only extracts client_id when the token is a parseable JWT. Added try_parse_access_token helper in uipath.llm_client.settings.platform.utils.