From 9da94c05038f24202141fde3dad54ff9d40332ae Mon Sep 17 00:00:00 2001 From: Aman Rusia Date: Sun, 22 Dec 2024 00:13:08 +0530 Subject: [PATCH] Minor adjustments --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 86a60a0..acbdaae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,4 +51,4 @@ dev-dependencies = [ ] [tool.uv.sources] -mcp-wcgw = { git = "https://github.com/rusiaaman/python-sdk.git" } +mcp-wcgw = { git = "https://github.com/rusiaaman/python-sdk.git", rev = '7469d1596e4cbdf2bd0a164eefca8182cd2687eb' } diff --git a/uv.lock b/uv.lock index 045d906..3bcd8f0 100644 --- a/uv.lock +++ b/uv.lock @@ -341,7 +341,7 @@ wheels = [ [[package]] name = "mcp-wcgw" version = "1.1.2.dev0" -source = { git = "https://github.com/rusiaaman/python-sdk.git#7469d1596e4cbdf2bd0a164eefca8182cd2687eb" } +source = { git = "https://github.com/rusiaaman/python-sdk.git?rev=7469d1596e4cbdf2bd0a164eefca8182cd2687eb#7469d1596e4cbdf2bd0a164eefca8182cd2687eb" } dependencies = [ { name = "anyio" }, { name = "httpx" }, @@ -904,7 +904,7 @@ requires-dist = [ { name = "anthropic", specifier = ">=0.39.0" }, { name = "fastapi", specifier = ">=0.115.0" }, { name = "humanize", specifier = ">=4.11.0" }, - { name = "mcp-wcgw", git = "https://github.com/rusiaaman/python-sdk.git" }, + { name = "mcp-wcgw", git = "https://github.com/rusiaaman/python-sdk.git?rev=7469d1596e4cbdf2bd0a164eefca8182cd2687eb" }, { name = "openai", specifier = ">=1.46.0" }, { name = "petname", specifier = ">=2.6" }, { name = "pexpect", specifier = ">=4.9.0" },