From 5a45f9201614b35e79d48b74c1442fa161af5ef0 Mon Sep 17 00:00:00 2001 From: Muhammad Awad <112003944+mawad-amd@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:42:40 -0800 Subject: [PATCH] Pin nexus --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7339b98..bf69e3e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pytest", "litellm[proxy]", "rpds-py", - "nexus @ git+https://github.com/AMDResearch/nexus.git@main", + "nexus @ git+https://github.com/AMDResearch/nexus.git@2ad5699c8374966365d1a564f7032a3e061a8bbc", ] [tool.setuptools]