Skip to content

Commit 41c9b97

Browse files
committed
;/kvh; vg
1 parent 5878529 commit 41c9b97

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

samples/company-research-agent/pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"langgraph>=0.2.55",
1010
"langchain-anthropic>=0.3.8",
1111
"tavily-python>=0.5.0",
12-
"uipath-langchain==0.0.113",
12+
"uipath-langchain>=0.0.117.dev1001150000,<0.0.117.dev1001160000",
1313
"uipath>=2.0.75",
1414
"duckduckgo-search>=8.1.1",
1515
"langchain-community>=0.3.21",
@@ -45,3 +45,12 @@ lint.ignore = [
4545

4646
[tool.ruff.lint.per-file-ignores]
4747
"tests/*" = ["D", "UP"]
48+
49+
[[tool.uv.index]]
50+
name = "testpypi"
51+
url = "https://test.pypi.org/simple/"
52+
publish-url = "https://test.pypi.org/legacy/"
53+
explicit = true
54+
55+
[tool.uv.sources]
56+
uipath-langchain = { index = "testpypi" }

0 commit comments

Comments
 (0)