Skip to content

Commit b35a169

Browse files
committed
toml bump
1 parent a72a397 commit b35a169

2 files changed

Lines changed: 208 additions & 147 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"tenacity>=9.1.4",
1010
"pydantic>=2.12.5",
1111
"pydantic-settings>=2.13.1",
12-
"uipath-platform>=0.0.25",
12+
"uipath-platform>=0.1.2",
1313
]
1414

1515
authors = [
@@ -19,13 +19,13 @@ authors = [
1919

2020
[project.optional-dependencies]
2121
openai = [
22-
"openai>=2.28.0",
22+
"openai>=2.29.0",
2323
]
2424
google = [
25-
"google-genai>=1.67.0",
25+
"google-genai>=1.68.0",
2626
]
2727
anthropic = [
28-
"anthropic>=0.85.0",
28+
"anthropic>=0.86.0",
2929
]
3030
all = [
3131
"uipath-llm-client[openai,google,anthropic]",
@@ -38,9 +38,10 @@ dev = [
3838
"pytest-asyncio>=1.3.0",
3939
"pytest-recording>=0.13.4",
4040
"pyright>=1.1.408",
41-
"ruff>=0.15.6",
41+
"ruff>=0.15.7",
4242
"uipath-llm-client[all]",
4343
"uipath_langchain_client[all]",
44+
"openinference-instrumentation-langchain>=0.1.61",
4445
]
4546

4647
[tool.uv.workspace]

0 commit comments

Comments
 (0)