Skip to content

Commit 7214b66

Browse files
chore: add exclude-newer config to uipath-langchain-client member
Mirror the root workspace policy so the package carries its own 2-day age floor (with uipath-llm-client opted out) when consumed standalone.
1 parent b387fd0 commit 7214b66

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/uipath_langchain_client/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ packages = ["src/uipath_langchain_client"]
4848

4949
[tool.hatch.version]
5050
path = "src/uipath_langchain_client/__version__.py"
51+
52+
[tool.uv]
53+
exclude-newer = "2 days"
54+
55+
[tool.uv.exclude-newer-package]
56+
uipath-llm-client = false

0 commit comments

Comments
 (0)