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 283a037 commit 1d31247Copy full SHA for 1d31247
2 files changed
packages/uipath_langchain_client/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `uipath_langchain_client` will be documented in this file.
4
5
+## [1.0.2] - 2026-02-02
6
+
7
+### Buf Fix
8
+- Removed old fix on Gemini streaming and updated with a new cleaner one
9
10
## [1.0.1] - 2026-02-02
11
12
### Bug Fix
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.1"
+__version__ = "1.0.2"
0 commit comments