We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e0861 + 840f53e commit dff1028Copy full SHA for dff1028
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.105"
+version = "0.0.106"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.11"
src/uipath_mcp/_cli/_templates/pyproject.toml.template
@@ -4,6 +4,6 @@ version = "0.0.1"
description = "Description for $project_name project"
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
dependencies = [
7
- "uipath-mcp>=0.0.101",
+ "uipath-mcp>=0.0.106",
8
]
9
0 commit comments