Skip to content

Commit 0327ea8

Browse files
feat: bump up core version [AL-237]
1. bump up core version to fix HITL for UiPath/uipath-python#322
1 parent e505af5 commit 0327ea8

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath>=2.2.30, <2.3.0",
8+
"uipath>=2.2.32, <2.3.0",
99
"langgraph>=1.0.0, <2.0.0",
1010
"langchain-core>=1.0.0, <2.0.0",
1111
"aiosqlite==0.21.0",
@@ -122,4 +122,3 @@ name = "testpypi"
122122
url = "https://test.pypi.org/simple/"
123123
publish-url = "https://test.pypi.org/legacy/"
124124
explicit = true
125-

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)