Skip to content

Commit 4fe0a1e

Browse files
committed
chore: bump uipath sdks version in samples
1 parent 4d0ee52 commit 4fe0a1e

File tree

36 files changed

+822
-5087
lines changed

36 files changed

+822
-5087
lines changed

samples/company-research-agent/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description = "Company research agent with Tavily web search"
55
authors = [
66
{ name = "John Doe" }
77
]
8-
requires-python = ">=3.9"
8+
requires-python = ">=3.10"
99
dependencies = [
1010
"langgraph>=0.2.55",
1111
"langchain-community>=0.3.9",
1212
"langchain-anthropic>=0.3.8",
1313
"tavily-python>=0.5.0",
14-
"uipath-sdk==0.0.110",
15-
"uipath-langchain==0.0.81"
14+
"uipath==2.0.1",
15+
"uipath-langchain==0.0.87"
1616
]
1717

1818
[project.optional-dependencies]

samples/company-research-agent/uv.lock

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

samples/connections/.env.example

Lines changed: 0 additions & 2 deletions
This file was deleted.

samples/connections/.vscode/launch.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

samples/connections/main.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

samples/connections/pyproject.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

samples/connections/uv.lock

Lines changed: 0 additions & 562 deletions
This file was deleted.

samples/hitl-inbox-server/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
import httpx
88
import uuid
99
from datetime import datetime
10-
from uipath_sdk import UiPathSDK
10+
from uipath import UiPath
1111

1212
# Database models and setup
1313
from database import SessionLocal, engine
1414
import models
1515
import schemas
1616

17-
sdk = UiPathSDK()
17+
sdk = UiPath()
1818

1919
# Create database tables
2020
models.Base.metadata.create_all(bind=engine)

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-sdk==0.0.110"
14+
"uipath==2.0.1"
1515
]
1616
requires-python = ">=3.10"

samples/hitl-inbox-server/uv.lock

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

0 commit comments

Comments
 (0)