Skip to content

Releases: UiPath/uipath-langchain-python

v0.2.0

26 Dec 14:15
8771b31

Choose a tag to compare

Release Date: December 26, 2025

Multiple Parallel Interrupts

  • Added support for handling multiple parallel interrupts in LangGraph workflows

Storage Layer Improvements

  • Refactored SqliteResumableStorage with simplified JSON-based schema
  • Updated protocol implementation to support multi-triggers
  • Added general-purpose save_value/get_value methods with runtime and namespace scoping

Dependency Updates

  • Updated uipath to 2.3.0
  • Added uipath-runtime 0.3.0
  • Updated langchain-core to 1.2.5 (fixes CVE-2025-68664)

v0.1.0

26 Nov 10:48
095d8cb

Choose a tag to compare

What's New

1. UiPath Dependency Upgrade to 2.2.0

This release includes a significant upgrade to uipath 2.2.0, bringing several improvements and simplifications to the integration:

  • opt-in uipath-dev terminal
  • depends on uipath-runtime
  • removes the need to override CLI commands with factory register patterns

2. LangChain/LangGraph v1

What's changing: Minimum required versions are now LangChain 1.0.0+ and LangGraph 1.0.0+

Action required: Review and update your code according to the LangChain v1 Migration Guide.