Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
7e09c06
1
Parent(s): 9813e5f
Require mcp 1.9.2 or greater
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.2,<2.0.0",
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
uv.lock
CHANGED
|
@@ -466,7 +466,7 @@ requires-dist = [
|
|
| 466 |
{ name = "authlib", specifier = ">=1.5.2" },
|
| 467 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 468 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 469 |
-
{ name = "mcp", specifier = ">=1.9.
|
| 470 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 471 |
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 472 |
{ name = "rich", specifier = ">=13.9.4" },
|
|
|
|
| 466 |
{ name = "authlib", specifier = ">=1.5.2" },
|
| 467 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 468 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 469 |
+
{ name = "mcp", specifier = ">=1.9.2,<2.0.0" },
|
| 470 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 471 |
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 472 |
{ name = "rich", specifier = ">=13.9.4" },
|