diff --git a/pyproject.toml b/pyproject.toml index ba26b5e8cd..86af6b8f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ model-service = [ ] mcp = [ - "scaffoldhub>=0.1.12; python_version >= '3.11' and python_version < '3.13'", + "scaffoldhub>=0.1.13; python_version >= '3.11' and python_version < '3.13'", ] diff --git a/tests/unit/sdk/mcp/test_packaging.py b/tests/unit/sdk/mcp/test_packaging.py index 37b1c9e7bd..f108c311c7 100644 --- a/tests/unit/sdk/mcp/test_packaging.py +++ b/tests/unit/sdk/mcp/test_packaging.py @@ -11,7 +11,7 @@ def test_mcp_extra_declares_scaffoldhub_dependency(): mcp_dependencies = pyproject["project"]["optional-dependencies"]["mcp"] - assert "scaffoldhub>=0.1.12; python_version >= '3.11' and python_version < '3.13'" in mcp_dependencies + assert "scaffoldhub>=0.1.13; python_version >= '3.11' and python_version < '3.13'" in mcp_dependencies def test_scaffoldhub_resolves_from_artlab_index(): diff --git a/uv.lock b/uv.lock index 16fb16036c..40d8796cd4 100644 --- a/uv.lock +++ b/uv.lock @@ -4736,7 +4736,7 @@ requires-dist = [ { name = "rl-rock", extras = ["builder"], marker = "extra == 'all'" }, { name = "rl-rock", extras = ["rocklet"], marker = "extra == 'admin'" }, { name = "rl-rock", extras = ["rocklet"], marker = "extra == 'all'" }, - { name = "scaffoldhub", marker = "python_full_version >= '3.11' and python_full_version < '3.13' and extra == 'mcp'", specifier = ">=0.1.12", index = "https://artlab.alibaba-inc.com/1/pypi/simple" }, + { name = "scaffoldhub", marker = "python_full_version >= '3.11' and python_full_version < '3.13' and extra == 'mcp'", specifier = ">=0.1.13", index = "https://artlab.alibaba-inc.com/1/pypi/simple" }, { name = "sqlmodel", marker = "extra == 'admin'" }, { name = "sqlmodel", marker = "extra == 'sandbox-actor'" }, { name = "swebench", marker = "extra == 'builder'" }, @@ -4942,7 +4942,7 @@ wheels = [ [[package]] name = "scaffoldhub" -version = "0.1.12" +version = "0.1.13" source = { registry = "https://artlab.alibaba-inc.com/1/pypi/simple" } dependencies = [ { name = "circus", marker = "python_full_version >= '3.11' and python_full_version < '3.13'" }, @@ -4959,9 +4959,9 @@ dependencies = [ { name = "snowflake-connector-python", marker = "python_full_version >= '3.11' and python_full_version < '3.13'" }, { name = "uvicorn", marker = "python_full_version >= '3.11' and python_full_version < '3.13'" }, ] -sdist = { url = "https://artlab.alibaba-inc.com/1/pypi/simple/scaffoldhub/scaffoldhub-0.1.12.tar.gz", hash = "sha256:0241d12487de925a1919a8868cec47e948f4ab581d75352b9df682bfb6ea7d56" } +sdist = { url = "https://artlab.alibaba-inc.com/1/pypi/simple/scaffoldhub/scaffoldhub-0.1.13.tar.gz", hash = "sha256:7477e459dabfec41cb8dc00f290d4b3bf49ef26dd3584e85b01259bfff329920" } wheels = [ - { url = "https://artlab.alibaba-inc.com/1/pypi/simple/scaffoldhub/scaffoldhub-0.1.12-py3-none-any.whl", hash = "sha256:de366c384a5392b033f1ddaa532aa8fd99023d6548753bc32032b3613056358f" }, + { url = "https://artlab.alibaba-inc.com/1/pypi/simple/scaffoldhub/scaffoldhub-0.1.13-py3-none-any.whl", hash = "sha256:1436c599b415c6fb102b08b94af0553c7ca117baefd8efde702cc853068fc93e" }, ] [[package]]