migration
This commit is contained in:
+8
-4
@@ -1,17 +1,19 @@
|
||||
[project]
|
||||
name = "prompts"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.0",
|
||||
"fastmcp>=3.4.4",
|
||||
"fastapi>=0.133.0",
|
||||
"fastmcp==4.0.0b1",
|
||||
"pydantic-settings>=2",
|
||||
"python-json-logger>=4",
|
||||
"pyyaml>=6.0.2",
|
||||
"uvicorn[standard]>=0.34.0",
|
||||
"zensical>=0.0.45",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
constraint-dependencies = ["fastmcp-slim==4.0.0b1"]
|
||||
|
||||
[project.scripts]
|
||||
personal-mcp = "personal_mcp.main:main"
|
||||
|
||||
@@ -30,9 +32,11 @@ dev = [
|
||||
"ty>=0.0.51",
|
||||
]
|
||||
test = [
|
||||
"httpx2>=2.9.1",
|
||||
"pytest>=9.1.1",
|
||||
"pytest-asyncio>=1.4.0",
|
||||
"pytest-cov>=7.1.0",
|
||||
"pyyaml>=6.0.2",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
Reference in New Issue
Block a user