Skip to content

Commit 4ea52d3

Browse files
chore: enforce 2 day min age for third parties
1 parent 670f122 commit 4ea52d3

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ dev = [
4747
"openinference-instrumentation-langchain>=0.1.63,<1.0.0",
4848
]
4949

50+
[tool.uv]
51+
exclude-newer = "2 days"
52+
53+
[tool.uv.exclude-newer-package]
54+
uipath-platform = false
55+
uipath-llm-client = false
56+
uipath-langchain-client = false
57+
5058
[tool.uv.workspace]
5159
members = [
5260
"packages/uipath_langchain_client",

uv.lock

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

0 commit comments

Comments
 (0)