diff --git a/pyproject.toml b/pyproject.toml index a386aad..44817bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,14 @@ dev = [ "openinference-instrumentation-langchain>=0.1.63,<1.0.0", ] +[tool.uv] +exclude-newer = "2 days" + +[tool.uv.exclude-newer-package] +uipath-platform = false +uipath-llm-client = false +uipath-langchain-client = false + [tool.uv.workspace] members = [ "packages/uipath_langchain_client", diff --git a/uv.lock b/uv.lock index 3c9cd6c..3de86ec 100644 --- a/uv.lock +++ b/uv.lock @@ -7,6 +7,15 @@ resolution-markers = [ "python_full_version < '3.13'", ] +[options] +exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. +exclude-newer-span = "P2D" + +[options.exclude-newer-package] +uipath-platform = false +uipath-llm-client = false +uipath-langchain-client = false + [manifest] members = [ "uipath-langchain-client",