Diomedes Git
commited on
Commit
·
40fd048
1
Parent(s):
618e9b4
getting rid of fastMCP, not needed and just seems to be causig issues with openaq/httpx
Browse files- pyproject.toml +0 -1
- requirements.txt +1 -1
- uv.lock +0 -28
pyproject.toml
CHANGED
|
@@ -8,7 +8,6 @@ dependencies = [
|
|
| 8 |
"astral>=3.2",
|
| 9 |
"cairosvg>=2.8.2",
|
| 10 |
"duckduckgo-search>=8.1.1",
|
| 11 |
-
"fastmcp>=2.13.1",
|
| 12 |
"feedparser>=6.0.12",
|
| 13 |
"google-search-results>=2.4.2",
|
| 14 |
"gradio[mcp,oauth]==6.0.0",
|
|
|
|
| 8 |
"astral>=3.2",
|
| 9 |
"cairosvg>=2.8.2",
|
| 10 |
"duckduckgo-search>=8.1.1",
|
|
|
|
| 11 |
"feedparser>=6.0.12",
|
| 12 |
"google-search-results>=2.4.2",
|
| 13 |
"gradio[mcp,oauth]==6.0.0",
|
requirements.txt
CHANGED
|
@@ -12,4 +12,4 @@ lxml==6.0.2
|
|
| 12 |
primp==0.15.0
|
| 13 |
pytrends==4.9.2
|
| 14 |
astral==3.2
|
| 15 |
-
openaq==0.1
|
|
|
|
| 12 |
primp==0.15.0
|
| 13 |
pytrends==4.9.2
|
| 14 |
astral==3.2
|
| 15 |
+
openaq==0.2.1
|
uv.lock
CHANGED
|
@@ -363,7 +363,6 @@ dependencies = [
|
|
| 363 |
{ name = "astral" },
|
| 364 |
{ name = "cairosvg" },
|
| 365 |
{ name = "duckduckgo-search" },
|
| 366 |
-
{ name = "fastmcp" },
|
| 367 |
{ name = "feedparser" },
|
| 368 |
{ name = "google-search-results" },
|
| 369 |
{ name = "gradio", extra = ["mcp", "oauth"] },
|
|
@@ -390,7 +389,6 @@ requires-dist = [
|
|
| 390 |
{ name = "astral", specifier = ">=3.2" },
|
| 391 |
{ name = "cairosvg", specifier = ">=2.8.2" },
|
| 392 |
{ name = "duckduckgo-search", specifier = ">=8.1.1" },
|
| 393 |
-
{ name = "fastmcp", specifier = ">=2.13.1" },
|
| 394 |
{ name = "feedparser", specifier = ">=6.0.12" },
|
| 395 |
{ name = "google-search-results", specifier = ">=2.4.2" },
|
| 396 |
{ name = "gradio", extras = ["mcp", "oauth"], specifier = "==6.0.0" },
|
|
@@ -601,32 +599,6 @@ wheels = [
|
|
| 601 |
{ url = "https://files.pythonhosted.org/packages/eb/23/dfb161e91db7c92727db505dc72a384ee79681fe0603f706f9f9f52c2901/fastapi-0.121.2-py3-none-any.whl", hash = "sha256:f2d80b49a86a846b70cc3a03eb5ea6ad2939298bf6a7fe377aa9cd3dd079d358", size = 109201, upload-time = "2025-11-13T17:05:52.718Z" },
|
| 602 |
]
|
| 603 |
|
| 604 |
-
[[package]]
|
| 605 |
-
name = "fastmcp"
|
| 606 |
-
version = "2.13.1"
|
| 607 |
-
source = { registry = "https://pypi.org/simple" }
|
| 608 |
-
dependencies = [
|
| 609 |
-
{ name = "authlib" },
|
| 610 |
-
{ name = "cyclopts" },
|
| 611 |
-
{ name = "exceptiongroup" },
|
| 612 |
-
{ name = "httpx" },
|
| 613 |
-
{ name = "jsonschema-path" },
|
| 614 |
-
{ name = "mcp" },
|
| 615 |
-
{ name = "openapi-pydantic" },
|
| 616 |
-
{ name = "platformdirs" },
|
| 617 |
-
{ name = "py-key-value-aio", extra = ["disk", "keyring", "memory"] },
|
| 618 |
-
{ name = "pydantic", extra = ["email"] },
|
| 619 |
-
{ name = "pyperclip" },
|
| 620 |
-
{ name = "python-dotenv" },
|
| 621 |
-
{ name = "rich" },
|
| 622 |
-
{ name = "uvicorn" },
|
| 623 |
-
{ name = "websockets" },
|
| 624 |
-
]
|
| 625 |
-
sdist = { url = "https://files.pythonhosted.org/packages/d4/a3/c9eb28b5f0b979b0dd8aa9ba56e69298cdb2d72c15592165d042ccb20194/fastmcp-2.13.1.tar.gz", hash = "sha256:b9c664c51f1ff47c698225e7304267ae29a51913f681bd49e442b8682f9a5f90", size = 8170226, upload-time = "2025-11-15T19:02:17.693Z" }
|
| 626 |
-
wheels = [
|
| 627 |
-
{ url = "https://files.pythonhosted.org/packages/9b/4b/7e36db0a90044be181319ff025be7cc57089ddb6ba8f3712dea543b9cf97/fastmcp-2.13.1-py3-none-any.whl", hash = "sha256:7a78b19785c4ec04a758d920c312769a497e3f6ab4c80feed504df1ed7de9f3c", size = 376750, upload-time = "2025-11-15T19:02:15.748Z" },
|
| 628 |
-
]
|
| 629 |
-
|
| 630 |
[[package]]
|
| 631 |
name = "feedparser"
|
| 632 |
version = "6.0.12"
|
|
|
|
| 363 |
{ name = "astral" },
|
| 364 |
{ name = "cairosvg" },
|
| 365 |
{ name = "duckduckgo-search" },
|
|
|
|
| 366 |
{ name = "feedparser" },
|
| 367 |
{ name = "google-search-results" },
|
| 368 |
{ name = "gradio", extra = ["mcp", "oauth"] },
|
|
|
|
| 389 |
{ name = "astral", specifier = ">=3.2" },
|
| 390 |
{ name = "cairosvg", specifier = ">=2.8.2" },
|
| 391 |
{ name = "duckduckgo-search", specifier = ">=8.1.1" },
|
|
|
|
| 392 |
{ name = "feedparser", specifier = ">=6.0.12" },
|
| 393 |
{ name = "google-search-results", specifier = ">=2.4.2" },
|
| 394 |
{ name = "gradio", extras = ["mcp", "oauth"], specifier = "==6.0.0" },
|
|
|
|
| 599 |
{ url = "https://files.pythonhosted.org/packages/eb/23/dfb161e91db7c92727db505dc72a384ee79681fe0603f706f9f9f52c2901/fastapi-0.121.2-py3-none-any.whl", hash = "sha256:f2d80b49a86a846b70cc3a03eb5ea6ad2939298bf6a7fe377aa9cd3dd079d358", size = 109201, upload-time = "2025-11-13T17:05:52.718Z" },
|
| 600 |
]
|
| 601 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 602 |
[[package]]
|
| 603 |
name = "feedparser"
|
| 604 |
version = "6.0.12"
|