Skip to content

Commit e89b220

Browse files
committed
chore: bump version
1 parent 8de049e commit e89b220

File tree

19 files changed

+72
-70
lines changed

19 files changed

+72
-70
lines changed

samples/company-research-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"langchain-community>=0.3.9",
1212
"langchain-anthropic>=0.3.8",
1313
"tavily-python>=0.5.0",
14-
"uipath-langchain==0.0.87"
14+
"uipath-langchain==0.0.88"
1515
]
1616

1717
[project.optional-dependencies]

samples/company-research-agent/uv.lock

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

samples/hitl-inbox-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies = [
1111
"jinja2>=3.1.6",
1212
"httpx>=0.28.1",
1313
"python-multipart>=0.0.20",
14-
"uipath==2.0.1"
14+
"uipath==2.0.4"
1515
]
1616
requires-python = ">=3.10"

samples/hitl-inbox-server/uv.lock

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

samples/multi-agent-planner-researcher-coder-distributed/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"langchain-anthropic>=0.3.8",
1313
"langchain-experimental>=0.3.4",
1414
"tavily-python>=0.5.0",
15-
"uipath-langchain==0.0.87"
15+
"uipath-langchain==0.0.88"
1616
]
1717

1818
[project.optional-dependencies]

samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/planner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from langgraph.types import Command, interrupt
99
from pydantic import BaseModel, Field
1010
from typing_extensions import TypedDict
11-
from uipath._models import InvokeProcess
11+
from uipath.models import InvokeProcess
1212

1313
worker_agents = {"researcher": "researcher-agent", "coder": "coder-agent"}
1414
agent_names = list(worker_agents.values())

samples/multi-agent-planner-researcher-coder-distributed/uv.lock

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

samples/multi-agent-supervisor-researcher-coder/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"langchain-anthropic>=0.3.8",
1313
"langchain-experimental>=0.3.4",
1414
"tavily-python>=0.5.0",
15-
"uipath-langchain==0.0.87"
15+
"uipath-langchain==0.0.88"
1616
]
1717

1818
[project.optional-dependencies]

samples/multi-agent-supervisor-researcher-coder/uv.lock

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

samples/retrieval-chain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Sample retrieval chain using UiPath Context Grounding API"
55
authors = [{ name = "Andrei Rusu", email = "andrei.rusu@uipath.com" }]
66
dependencies = [
7-
"uipath-langchain>=0.0.87",
7+
"uipath-langchain==0.0.88",
88
]
99
requires-python = ">=3.10"

0 commit comments

Comments
 (0)