migration

This commit is contained in:
John Lancaster
2026-08-07 20:07:21 -05:00
parent 2a2700b78c
commit 5b6d5aaec4
70 changed files with 1182 additions and 3633 deletions
+8 -4
View File
@@ -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]