krz/hutch-stats
Server-side utility for calculating contributions for sourcehut users.
clone: git clone https://gitbay.org/krz/hutch-stats.git
a08dec49c9eec7d526c296ce18618a346c2a8536
signed_unknown_key
author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T19:53:48Z
committer: <noreply@github.com>
pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) @@@ -10,10 -10,10 +10,10 @@@ readme = "README.md requires-python = ">=3.12" dependencies = [ "fastapi>=0.115,<1.0", - "uvicorn[standard]>=0.30,<1.0", + "uvicorn[standard]>=0.52.0,<1.0", "httpx>=0.27,<1.0", "sqlalchemy>=2.0,<3.0", - "alembic>=1.13,<2.0", + "alembic>=1.18.5,<2.0", "pydantic>=2.13.4,<3.0", "pydantic-settings>=2.3,<3.0", "apscheduler>=3.11.3,<4.0",