We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5878529 commit 41c9b97Copy full SHA for 41c9b97
samples/company-research-agent/pyproject.toml
@@ -9,7 +9,7 @@ dependencies = [
9
"langgraph>=0.2.55",
10
"langchain-anthropic>=0.3.8",
11
"tavily-python>=0.5.0",
12
- "uipath-langchain==0.0.113",
+ "uipath-langchain>=0.0.117.dev1001150000,<0.0.117.dev1001160000",
13
"uipath>=2.0.75",
14
"duckduckgo-search>=8.1.1",
15
"langchain-community>=0.3.21",
@@ -45,3 +45,12 @@ lint.ignore = [
45
46
[tool.ruff.lint.per-file-ignores]
47
"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