update node and python
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user