Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
f091931
1
Parent(s): 4557b32
Bump mcp 1.9.4
Browse files- pyproject.toml +1 -1
- uv.lock +1 -1
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>=1.9.
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
|
|
|
| 7 |
"python-dotenv>=1.1.0",
|
| 8 |
"exceptiongroup>=1.2.2",
|
| 9 |
"httpx>=0.28.1",
|
| 10 |
+
"mcp>=1.9.4,<2.0.0",
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
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", specifier = ">=1.9.
|
| 476 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 477 |
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 478 |
{ name = "rich", specifier = ">=13.9.4" },
|
|
|
|
| 472 |
{ name = "authlib", specifier = ">=1.5.2" },
|
| 473 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 474 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 475 |
+
{ name = "mcp", specifier = ">=1.9.4,<2.0.0" },
|
| 476 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 477 |
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 478 |
{ name = "rich", specifier = ">=13.9.4" },
|