Skip to content

Commit 0f00af5

Browse files
committed
fix: range pin deps
1 parent 3e82079 commit 0f00af5

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[project]
22
name = "uipath-runtime"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"pydantic==2.12.3",
9-
"uipath-core==0.0.4",
8+
"uipath-core>=0.0.5, <0.1.0",
109
]
1110
classifiers = [
1211
"Intended Audience :: Developers",
@@ -16,7 +15,6 @@ classifiers = [
1615
"Programming Language :: Python :: 3.13",
1716
]
1817
maintainers = [
19-
{ name = "Marius Cosareanu", email = "marius.cosareanu@uipath.com" },
2018
{ name = "Cristian Pufu", email = "cristian.pufu@uipath.com" },
2119
]
2220

uv.lock

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)