Skip to content

Commit 1632842

Browse files
Merge pull request #350 from UiPath/AL-237-bump-up-version
feat: bump up core version [AL-237]
2 parents adf7ceb + 3a0bc41 commit 1632842

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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.30"
3+
version = "0.1.31"
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-

tests/hitl/test_action_trigger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def test_agent_action_trigger(
6969
)
7070

7171
httpx_mock.add_response(
72-
url=f"{get_org_scoped_url(base_url)}/apps_/default/api/v1/default/deployed-action-apps-schemas?search=HITL APP",
72+
url=f"{get_org_scoped_url(base_url)}/apps_/default/api/v1/default/deployed-action-apps-schemas?search=HITL APP&filterByDeploymentTitle=true",
7373
text=json.dumps(
7474
{
7575
"deployed": [

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)