Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
c845368
1
Parent(s): 8e4c972
Bump dependencies
Browse files- pyproject.toml +4 -1
- uv.lock +3 -7
pyproject.toml
CHANGED
|
@@ -7,7 +7,7 @@ dependencies = [
|
|
| 7 |
"python-dotenv>=1.1.0",
|
| 8 |
"exceptiongroup>=1.2.2",
|
| 9 |
"httpx>=0.28.1",
|
| 10 |
-
"mcp
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
|
@@ -77,6 +77,9 @@ build-backend = "hatchling.build"
|
|
| 77 |
[tool.hatch.version]
|
| 78 |
source = "uv-dynamic-versioning"
|
| 79 |
|
|
|
|
|
|
|
|
|
|
| 80 |
[tool.uv-dynamic-versioning]
|
| 81 |
vcs = "git"
|
| 82 |
style = "pep440"
|
|
|
|
| 7 |
"python-dotenv>=1.1.0",
|
| 8 |
"exceptiongroup>=1.2.2",
|
| 9 |
"httpx>=0.28.1",
|
| 10 |
+
"mcp @ git+https://github.com/modelcontextprotocol/python-sdk.git@main",
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
|
|
|
| 77 |
[tool.hatch.version]
|
| 78 |
source = "uv-dynamic-versioning"
|
| 79 |
|
| 80 |
+
[tool.hatch.metadata]
|
| 81 |
+
allow-direct-references = true
|
| 82 |
+
|
| 83 |
[tool.uv-dynamic-versioning]
|
| 84 |
vcs = "git"
|
| 85 |
style = "pep440"
|
uv.lock
CHANGED
|
@@ -472,7 +472,7 @@ requires-dist = [
|
|
| 472 |
{ name = "authlib", specifier = ">=1.5.2" },
|
| 473 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 474 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 475 |
-
{ name = "mcp",
|
| 476 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 477 |
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 478 |
{ name = "rich", specifier = ">=13.9.4" },
|
|
@@ -709,8 +709,8 @@ wheels = [
|
|
| 709 |
|
| 710 |
[[package]]
|
| 711 |
name = "mcp"
|
| 712 |
-
version = "1.9.
|
| 713 |
-
source = {
|
| 714 |
dependencies = [
|
| 715 |
{ name = "anyio" },
|
| 716 |
{ name = "httpx" },
|
|
@@ -722,10 +722,6 @@ dependencies = [
|
|
| 722 |
{ name = "starlette" },
|
| 723 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
| 724 |
]
|
| 725 |
-
sdist = { url = "https://files.pythonhosted.org/packages/06/f2/dc2450e566eeccf92d89a00c3e813234ad58e2ba1e31d11467a09ac4f3b9/mcp-1.9.4.tar.gz", hash = "sha256:cfb0bcd1a9535b42edaef89947b9e18a8feb49362e1cc059d6e7fc636f2cb09f", size = 333294, upload-time = "2025-06-12T08:20:30.158Z" }
|
| 726 |
-
wheels = [
|
| 727 |
-
{ url = "https://files.pythonhosted.org/packages/97/fc/80e655c955137393c443842ffcc4feccab5b12fa7cb8de9ced90f90e6998/mcp-1.9.4-py3-none-any.whl", hash = "sha256:7fcf36b62936adb8e63f89346bccca1268eeca9bf6dfb562ee10b1dfbda9dac0", size = 130232, upload-time = "2025-06-12T08:20:28.551Z" },
|
| 728 |
-
]
|
| 729 |
|
| 730 |
[[package]]
|
| 731 |
name = "mdurl"
|
|
|
|
| 472 |
{ name = "authlib", specifier = ">=1.5.2" },
|
| 473 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 474 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 475 |
+
{ name = "mcp", git = "https://github.com/modelcontextprotocol/python-sdk.git?rev=main" },
|
| 476 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 477 |
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 478 |
{ name = "rich", specifier = ">=13.9.4" },
|
|
|
|
| 709 |
|
| 710 |
[[package]]
|
| 711 |
name = "mcp"
|
| 712 |
+
version = "1.9.5.dev14+d0443a1"
|
| 713 |
+
source = { git = "https://github.com/modelcontextprotocol/python-sdk.git?rev=main#d0443a18328a2fc9e87da6feee9130f95c0b37a7" }
|
| 714 |
dependencies = [
|
| 715 |
{ name = "anyio" },
|
| 716 |
{ name = "httpx" },
|
|
|
|
| 722 |
{ name = "starlette" },
|
| 723 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
| 724 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 725 |
|
| 726 |
[[package]]
|
| 727 |
name = "mdurl"
|