update
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 4m49s
CI/CD Pipeline / Security Scanning (push) Successful in 15s
CI/CD Pipeline / Tests (3.11) (push) Successful in 9m41s
CI/CD Pipeline / Tests (3.12) (push) Successful in 9m36s
CI/CD Pipeline / Build Docker Image (push) Has been skipped
Dependency Updates / Update Dependencies (push) Successful in 29s

This commit is contained in:
2026-01-17 21:57:04 +01:00
parent 831eed8dbc
commit abef368a68
19 changed files with 677 additions and 757 deletions

View File

@@ -32,6 +32,7 @@ dependencies = [
"uvicorn>=0.27.0",
"authlib>=1.3.0",
"httpx>=0.27.0",
"itsdangerous>=2.1.2",
]
[project.optional-dependencies]
@@ -39,6 +40,7 @@ dev = [
"pytest>=7.4.0",
"pytest-asyncio>=0.23.0",
"pytest-cov>=4.1.0",
"aiosqlite>=0.19.0",
"ruff>=0.1.0",
"mypy>=1.7.0",
"pre-commit>=3.6.0",