Spaces:
Running
Running
Commit ·
8a9c2ff
1
Parent(s): 6f7b370
replace dotenv dependency with python-dotenv
Browse files- pyproject.toml +1 -1
- uv.lock +2 -13
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ dynamic = ["version"]
|
|
| 4 |
description = "The fast, Pythonic way to build MCP servers."
|
| 5 |
authors = [{ name = "Jeremiah Lowin" }]
|
| 6 |
dependencies = [
|
| 7 |
-
"dotenv>=
|
| 8 |
"exceptiongroup>=1.2.2",
|
| 9 |
"httpx>=0.28.1",
|
| 10 |
"mcp>=1.6.0,<2.0.0",
|
|
|
|
| 4 |
description = "The fast, Pythonic way to build MCP servers."
|
| 5 |
authors = [{ name = "Jeremiah Lowin" }]
|
| 6 |
dependencies = [
|
| 7 |
+
"python-dotenv>=1.1.0",
|
| 8 |
"exceptiongroup>=1.2.2",
|
| 9 |
"httpx>=0.28.1",
|
| 10 |
"mcp>=1.6.0,<2.0.0",
|
uv.lock
CHANGED
|
@@ -188,17 +188,6 @@ wheels = [
|
|
| 188 |
{ url = "https://files.pythonhosted.org/packages/91/a1/cf2472db20f7ce4a6be1253a81cfdf85ad9c7885ffbed7047fb72c24cf87/distlib-0.3.9-py2.py3-none-any.whl", hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87", size = 468973 },
|
| 189 |
]
|
| 190 |
|
| 191 |
-
[[package]]
|
| 192 |
-
name = "dotenv"
|
| 193 |
-
version = "0.9.9"
|
| 194 |
-
source = { registry = "https://pypi.org/simple" }
|
| 195 |
-
dependencies = [
|
| 196 |
-
{ name = "python-dotenv" },
|
| 197 |
-
]
|
| 198 |
-
wheels = [
|
| 199 |
-
{ url = "https://files.pythonhosted.org/packages/b2/b7/545d2c10c1fc15e48653c91efde329a790f2eecfbbf2bd16003b5db2bab0/dotenv-0.9.9-py2.py3-none-any.whl", hash = "sha256:29cf74a087b31dafdb5a446b6d7e11cbce8ed2741540e2339c69fbef92c94ce9", size = 1892 },
|
| 200 |
-
]
|
| 201 |
-
|
| 202 |
[[package]]
|
| 203 |
name = "exceptiongroup"
|
| 204 |
version = "1.2.2"
|
|
@@ -257,11 +246,11 @@ wheels = [
|
|
| 257 |
name = "fastmcp"
|
| 258 |
source = { editable = "." }
|
| 259 |
dependencies = [
|
| 260 |
-
{ name = "dotenv" },
|
| 261 |
{ name = "exceptiongroup" },
|
| 262 |
{ name = "httpx" },
|
| 263 |
{ name = "mcp" },
|
| 264 |
{ name = "openapi-pydantic" },
|
|
|
|
| 265 |
{ name = "rich" },
|
| 266 |
{ name = "typer" },
|
| 267 |
{ name = "websockets" },
|
|
@@ -285,11 +274,11 @@ dev = [
|
|
| 285 |
|
| 286 |
[package.metadata]
|
| 287 |
requires-dist = [
|
| 288 |
-
{ name = "dotenv", specifier = ">=0.9.9" },
|
| 289 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 290 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 291 |
{ name = "mcp", specifier = ">=1.6.0,<2.0.0" },
|
| 292 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
|
|
|
| 293 |
{ name = "rich", specifier = ">=13.9.4" },
|
| 294 |
{ name = "typer", specifier = ">=0.15.2" },
|
| 295 |
{ name = "websockets", specifier = ">=15.0.1" },
|
|
|
|
| 188 |
{ url = "https://files.pythonhosted.org/packages/91/a1/cf2472db20f7ce4a6be1253a81cfdf85ad9c7885ffbed7047fb72c24cf87/distlib-0.3.9-py2.py3-none-any.whl", hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87", size = 468973 },
|
| 189 |
]
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
[[package]]
|
| 192 |
name = "exceptiongroup"
|
| 193 |
version = "1.2.2"
|
|
|
|
| 246 |
name = "fastmcp"
|
| 247 |
source = { editable = "." }
|
| 248 |
dependencies = [
|
|
|
|
| 249 |
{ name = "exceptiongroup" },
|
| 250 |
{ name = "httpx" },
|
| 251 |
{ name = "mcp" },
|
| 252 |
{ name = "openapi-pydantic" },
|
| 253 |
+
{ name = "python-dotenv" },
|
| 254 |
{ name = "rich" },
|
| 255 |
{ name = "typer" },
|
| 256 |
{ name = "websockets" },
|
|
|
|
| 274 |
|
| 275 |
[package.metadata]
|
| 276 |
requires-dist = [
|
|
|
|
| 277 |
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
| 278 |
{ name = "httpx", specifier = ">=0.28.1" },
|
| 279 |
{ name = "mcp", specifier = ">=1.6.0,<2.0.0" },
|
| 280 |
{ name = "openapi-pydantic", specifier = ">=0.5.1" },
|
| 281 |
+
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
| 282 |
{ name = "rich", specifier = ">=13.9.4" },
|
| 283 |
{ name = "typer", specifier = ">=0.15.2" },
|
| 284 |
{ name = "websockets", specifier = ">=15.0.1" },
|