Skip to content
Open
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
5 changes: 4 additions & 1 deletion packages/uipath/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[project]
name = "uipath"
version = "2.13.16"
version = "2.13.17"
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
dependencies = [
"uipath-core>=0.5.30, <0.6.0",
"uipath-runtime>=0.12.2, <0.13.0",
"uipath-platform>=0.2.4, <0.3.0",
"uipath-ipc>=2.5.1,<2.6.0",
"click>=8.3.1",
"httpx>=0.28.1",
"pyjwt>=2.10.1",
Expand Down Expand Up @@ -171,10 +172,12 @@ exclude-newer = "2 days"
uipath-core = false
uipath-runtime = false
uipath-platform = false
uipath-ipc = false

[tool.uv.sources]
uipath-core = { path = "../uipath-core", editable = true }
uipath-platform = { path = "../uipath-platform", editable = true }
# uipath-ipc resolves from public PyPI (published there as of 2.5.2); no index pin.

[[tool.uv.index]]
name = "testpypi"
Expand Down
Loading
Loading