feat: lettermint integration
Some checks failed
ci / ruff (push) Successful in 4s
ci / ty (push) Failing after 17s
ci / tests (push) Failing after 16s

This commit is contained in:
Chris Milne 2026-06-22 12:01:58 +01:00
parent 58e7ae6c5c
commit 11eeddb347
5 changed files with 39 additions and 3 deletions

View file

@ -14,6 +14,7 @@ dependencies = [
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"joserfc>=1.6.7",
"lettermint>=2.0.0,<3.0.0",
"psycopg[binary]>=3.3.4",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.1",
@ -33,6 +34,7 @@ line-length = 92
[tool.ruff.format]
quote-style = "double"
indent-style = "tab"
[tool.uv]
add-bounds = "major"