feat: update to python 3.13

This commit is contained in:
Sun-ZhenXing
2025-12-01 14:02:08 +08:00
parent 9c793622d7
commit 66b47a16bf
7 changed files with 578 additions and 583 deletions

View File

@@ -1,13 +1,12 @@
[project]
name = "mcp-template-python"
version = "0.1.3"
version = "0.1.4"
description = "MCP Template for Python Projects"
readme = "README.md"
authors = []
requires-python = ">=3.10"
dependencies = [
"click>=8.0.0",
"fastapi-radar>=0.2.0",
"fastapi[standard]>=0.115.0",
"mcp[cli]>=1.10.0",
"pydantic>=2.11.7",