fix: fix woodpecker pipelines
Some checks failed
ci/woodpecker/pr/lints Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/types Pipeline failed

This commit is contained in:
2026-04-26 10:29:02 +03:00
parent 32b8b4d02b
commit 2cccad2da7
24 changed files with 305 additions and 109 deletions

View File

@@ -6,6 +6,8 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.136.0",
"pydantic>=2.13.2",
"pydantic-settings>=2.14.0",
"uvicorn>=0.44.0",
]
@@ -39,3 +41,11 @@ pythonpath = "."
testpaths = "tests"
xfail_strict = true
[tool.mypy]
strict = true
plugins = ["pydantic.mypy"]
[tool.isort]
profile = "black"
filter_files = true