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
fix: use availableOperationCodes for BYOM validation, bump to 1.5.9
- Core: use availableOperationCodes field in LLMGateway BYOM validation
- LangChain: remove fix_host_header event hooks from UiPathChatOpenAI
- Bump both packages to 1.5.9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,15 @@
2
2
3
3
All notable changes to `uipath_llm_client` (core package) will be documented in this file.
4
4
5
+
## [1.5.9] - 2026-03-26
6
+
7
+
### Fix
8
+
- Use `availableOperationCodes` field (instead of `operationCodes`) when validating BYOM operation codes
9
+
5
10
## [1.5.8] - 2026-03-26
6
11
7
12
### Fix
8
-
-Set correct host for BYOM requests which resulted in 403 from cloudflare
13
+
-Pass `base_url` to `OpenAI` and `AsyncOpenAI` constructors in `UiPathOpenAI` and `UiPathAsyncOpenAI` to ensure the correct endpoint is forwarded to the underlying SDK clients
0 commit comments