We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5484c4b commit c730d62Copy full SHA for c730d62
2 files changed
packages/uipath_langchain_client/CHANGELOG.md
@@ -2,9 +2,14 @@
2
3
All notable changes to `uipath_langchain_client` will be documented in this file.
4
5
+## [1.0.3] - 2026-02-02
6
+
7
+### Bug Fix
8
+- Added better dependencies for langchain-anthropic to include boto and vertex
9
10
## [1.0.2] - 2026-02-02
11
-### Buf Fix
12
13
- Removed old fix on Gemini streaming and updated with a new cleaner one
14
15
## [1.0.1] - 2026-02-02
packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "UiPath LangChain Client"
__description__ = "A Python client for interacting with UiPath's LLM services via LangChain."
-__version__ = "1.0.2"
+__version__ = "1.0.3"
0 commit comments