Skip to content

Commit 7f65e52

Browse files
committed
feat: add AgentEvaluator
1 parent 2641a2c commit 7f65e52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3208
-1421
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.1.27"
3+
version = "2.1.28"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
@@ -10,7 +10,7 @@ dependencies = [
1010
"opentelemetry-sdk>=1.31.1",
1111
"pydantic>=2.11.1",
1212
"python-dotenv>=1.0.1",
13-
"tenacity>=9.0.0",
13+
"tenacity>=8.0.0",
1414
"tomli>=2.2.1",
1515
"pathlib>=1.0.1",
1616
"rich>=13.0.0",
@@ -101,7 +101,7 @@ line-ending = "auto"
101101

102102
[tool.mypy]
103103
plugins = ["pydantic.mypy"]
104-
exclude = ["samples/.*"]
104+
exclude = ["samples/.*", "tests/.*"]
105105

106106
follow_imports = "silent"
107107
warn_redundant_casts = true

0 commit comments

Comments
 (0)