chore: bump uipath-llm-client and uipath-langchain-client to 1.20.0 - #1077
Merged
Conversation
Keeps it in step with the uipath-llm-client bump. Also pulls forward the langchain-anthropic>=1.7.0 floor raise from 1.18.4 (needed for its raw-response contract), which the old <1.19.0 cap had been masking.
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved blocking issues were identified.
Pull request overview
Updates UiPath LLM and LangChain clients to 1.20.0 and refreshes related dependencies.
Changes:
- Updates dependency constraints and project version to 0.17.7.
- Regenerates the lockfile with newer LangChain and Anthropic packages.
File summaries
| File | Description |
|---|---|
uv.lock |
Locks updated UiPath, LangChain, and Anthropic dependencies. |
pyproject.toml |
Updates dependency constraints and project version. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
radu-mocanu
approved these changes
Sep 10, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
Bumps
uipath-llm-clientanduipath-langchain-clientto 1.20.0, per uipath-llm-client-python#137 (LLMGatewaySettingsnow honorsUIPATH_SERVICE_URL_LLMGATEWAYfor pointing at a local/standalone gateway).uipath-langchain-clientis bumped alongside it, not because #137 touched it, but because our old<1.19.0cap was also masking an earlier floor raise onlangchain-anthropic(>=1.7.0, fromuipath-langchain-client1.18.4 — adapting to a raw-response contract change inlangchain-anthropic1.7.0). Re-locking pulls that forward:langchain-anthropic1.4.6 → 1.7.1,langchain-core1.4.8 → 1.6.2,anthropicSDK 0.111.0 → 0.125.0.Testing
uv run pytest).UIPATH_SERVICE_URL_LLMGATEWAYcorrectly redirects the LLM Gateway base URL, dropping the org/tenant/llmgateway_prefix.langchain-anthropicraw-response contract (invoke/ainvoke/stream/tool-calling/structured-output) against a mocked Anthropic transport throughUiPathChatAnthropic— all pass with the new resolved versions.