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"