From 6f4a84886ad296927d516c6a5ec6f46fdf2ef946 Mon Sep 17 00:00:00 2001 From: "Scot P. Floess" Date: Fri, 4 Sep 2026 05:08:09 -0400 Subject: [PATCH] fix: use canonical model-router repository URL --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61f955b..4e6abb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,12 +26,12 @@ flossware-ai = "flossware_setup.cli:main" [project.optional-dependencies] core = [ - "model-router-ai @ git+https://github.com/FlossWare/model-router-ai.git@6c159fecc94ebd9e6e8e8ae32a8f7ab57693202f", + "model-router-ai @ git+https://github.com/FlossWare/model-router.git@6c159fecc94ebd9e6e8e8ae32a8f7ab57693202f", "resilience-ai @ git+https://github.com/FlossWare/resilience-ai.git@b4a11f80bfe4b9a879b95b724d143d92cb548c47", "structured-output-ai @ git+https://github.com/FlossWare/structured-output-ai.git@9584f13877afa60307a9f9bca950caef0ff3b542c1", ] all = [ - "model-router-ai @ git+https://github.com/FlossWare/model-router-ai.git@6c159fecc94ebd9e6e8e8ae32a8f7ab57693202f", + "model-router-ai @ git+https://github.com/FlossWare/model-router.git@6c159fecc94ebd9e6e8e8ae32a8f7ab57693202f", "resilience-ai @ git+https://github.com/FlossWare/resilience-ai.git@b4a11f80bfe4b9a879b95b724d143d92cb548c47", "structured-output-ai @ git+https://github.com/FlossWare/structured-output-ai.git@9584f13877afa60307a9f9bca950caef0ff3b542c1", "consensus-ai @ git+https://github.com/FlossWare/consensus-ai.git@8a7c76893b76b26e097dffe4db578b64f0238996", @@ -44,4 +44,4 @@ all = [ [project.urls] Homepage = "https://github.com/FlossWare/agent-setup" -Repository = "https://github.com/FlossWare/agent-setup" \ No newline at end of file +Repository = "https://github.com/FlossWare/agent-setup"