update node and python
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-13 14:31:47 +00:00
parent 4150a17a37
commit 40da285b9f
5 changed files with 398 additions and 269 deletions

View File

@@ -3,15 +3,15 @@ name = "server-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.14"
dependencies = [
"fastapi[standard]>=0.114.0",
"fastapi[standard]>=0.121.1",
"motor>=3.5.1",
"pydantic-settings>=2.4.0",
"pydantic-settings>=2.12.0",
]
[tool.uv]
dev-dependencies = [
"prettytable>=3.11.0",
"ruff>=0.6.4",
[dependency-groups]
dev = [
"prettytable>=3.14.0",
"ruff>=0.14.4",
]