Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions samples/RAG-quiz-generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ dependencies = [
"langchain-anthropic>=1.2.0",
"langchain-experimental>=0.4.0",
"langchain-tavily>=0.2.13",
"uipath-langchain>=0.1.0, <0.2.0",
"uipath>=2.2.0, <2.3.0",
"uipath-langchain>=0.2.0, <0.3.0",
"uipath>=2.3.0, <2.4.0",
]
requires-python = ">=3.11"

[tool.setuptools]
py-modules = []

[dependency-groups]
dev = [
"uipath-dev>=0.0.5",
"uipath-dev>=0.0.14",
]
650 changes: 566 additions & 84 deletions samples/RAG-quiz-generator/uv.lock

Large diffs are not rendered by default.

40 changes: 3 additions & 37 deletions samples/calculator-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,11 @@ description = "Calculator Agent"
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
requires-python = ">=3.11"
dependencies = [
"uipath-langchain>=0.1.0, <0.2.0",
"uipath>=2.2.0, <2.3.0",
"uipath-langchain>=0.2.0, <0.3.0",
"uipath>=2.3.0, <2.4.0",
]

[project.optional-dependencies]
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]

[build-system]
requires = ["setuptools>=73.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = []

[tool.setuptools.package-data]
"*" = ["py.typed"]

[tool.ruff]
lint.select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"D", # pydocstyle
"D401", # First line should be in imperative mood
"T201",
"UP",
]
lint.ignore = [
"UP006",
"UP007",
"UP035",
"D417",
"E501",
]

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D", "UP"]

[dependency-groups]
dev = [
"uipath-dev>=0.0.5",
"uipath-dev>=0.0.14",
]
738 changes: 568 additions & 170 deletions samples/calculator-agent/uv.lock

Large diffs are not rendered by default.

30 changes: 3 additions & 27 deletions samples/chat-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,12 @@ dependencies = [
"langchain-anthropic>=1.2.0",
"tavily-python>=0.7.13",
"langchain-tavily>=0.2.13",
"uipath-langchain>=0.1.26, <0.2.0",
"uipath>=2.2.29, <2.3.0",
"uipath-langchain>=0.2.0, <0.3.0",
"uipath>=2.3.0, <2.4.0",
]

[project.optional-dependencies]
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]

[tool.ruff]
lint.select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"D", # pydocstyle
"D401", # First line should be in imperative mood
"T201",
"UP",
]
lint.ignore = [
"UP006",
"UP007",
"UP035",
"D417",
"E501",
]

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D", "UP"]

[dependency-groups]
dev = [
"uipath-dev>=0.0.13",
"uipath-dev>=0.0.14",
]

583 changes: 468 additions & 115 deletions samples/chat-agent/uv.lock

Large diffs are not rendered by default.

30 changes: 3 additions & 27 deletions samples/chat-hitl-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,11 @@ dependencies = [
"langchain-anthropic>=1.2.0",
"tavily-python>=0.7.13",
"langchain-tavily>=0.2.13",
"uipath-langchain>=0.1.26, <0.2.0",
"uipath>=2.2.29, <2.3.0",
"uipath-langchain>=0.2.0, <0.3.0",
"uipath>=2.3.0, <2.4.0",
]

[project.optional-dependencies]
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]

[tool.ruff]
lint.select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"D", # pydocstyle
"D401", # First line should be in imperative mood
"T201",
"UP",
]
lint.ignore = [
"UP006",
"UP007",
"UP035",
"D417",
"E501",
]

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D", "UP"]

[dependency-groups]
dev = [
"uipath-dev>=0.0.13",
"uipath-dev>=0.0.14",
]
583 changes: 468 additions & 115 deletions samples/chat-hitl-agent/uv.lock

Large diffs are not rendered by default.

40 changes: 3 additions & 37 deletions samples/company-research-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,11 @@ dependencies = [
"langchain-anthropic>=1.2.0",
"tavily-python>=0.7.13",
"langchain-tavily>=0.2.13",
"uipath-langchain>=0.1.0, <0.2.0",
"uipath>=2.2.0, <2.3.0",
"uipath-langchain>=0.2.0, <0.3.0",
"uipath>=2.3.0, <2.4.0",
]

[project.optional-dependencies]
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]

[build-system]
requires = ["setuptools>=73.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = []

[tool.setuptools.package-data]
"*" = ["py.typed"]

[tool.ruff]
lint.select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"D", # pydocstyle
"D401", # First line should be in imperative mood
"T201",
"UP",
]
lint.ignore = [
"UP006",
"UP007",
"UP035",
"D417",
"E501",
]

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D", "UP"]

[dependency-groups]
dev = [
"uipath-dev>=0.0.5",
"uipath-dev>=0.0.14",
]
736 changes: 568 additions & 168 deletions samples/company-research-agent/uv.lock

Large diffs are not rendered by default.

46 changes: 3 additions & 43 deletions samples/debug-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,12 @@ description = "Debug Agent"
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
requires-python = ">=3.11"
dependencies = [
"uipath-langchain>=0.1.0, <0.2.0",
"uipath>=2.2.0, <2.3.0",
"uipath-langchain>=0.2.0, <0.3.0",
"uipath>=2.3.0, <2.4.0",
]

[project.optional-dependencies]
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]

[build-system]
requires = ["setuptools>=73.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = []

[tool.setuptools.package-data]
"*" = ["py.typed"]

[tool.ruff]
lint.select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"D", # pydocstyle
"D401", # First line should be in imperative mood
"T201",
"UP",
]
lint.ignore = [
"UP006",
"UP007",
"UP035",
"D417",
"E501",
]

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D", "UP"]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[dependency-groups]
dev = [
"uipath-dev>=0.0.5",
"uipath-dev>=0.0.14",
]

Loading