Skip to content

Commit 33ca584

Browse files
committed
fix(remove_llm_logic): remove the LLMGateway logic and keep only Orchestrator and AgentHub
1 parent 90342a4 commit 33ca584

6 files changed

Lines changed: 212 additions & 207 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
test:
88
name: Test
99
runs-on: ${{ matrix.os }}
10+
timeout-minutes: 10
1011
strategy:
1112
matrix:
1213
python-version: ["3.10", "3.11", "3.12", "3.13"]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.1.132"
3+
version = "2.1.133"
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"
@@ -72,6 +72,7 @@ dev = [
7272
"toml>=0.10.2",
7373
"inflection>=0.5.1",
7474
"types-toml>=0.10.8",
75+
"pytest-timeout>=2.4.0",
7576
]
7677

7778
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)