Skip to content

Commit 370bb09

Browse files
overrides
1 parent 756ffdb commit 370bb09

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Runtime abstractions and interfaces for building agents and autom
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath-core>=0.1.1, <0.2.0",
8+
"uipath-core>=0.1.1,<0.2.0",
99
]
1010
classifiers = [
1111
"Intended Audience :: Developers",
@@ -106,3 +106,6 @@ name = "testpypi"
106106
url = "https://test.pypi.org/simple/"
107107
publish-url = "https://test.pypi.org/legacy/"
108108
explicit = true
109+
110+
[tool.uv.sources]
111+
uipath-core = { path = "../uipath-core-python", editable = true }

uv.lock

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

0 commit comments

Comments
 (0)