fix: Keyring backend

This commit is contained in:
Piotr Dec 2025-12-10 00:05:51 +01:00
parent c3c6d2df8d
commit 492531dab2
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ dependencies = [
"py-automapper>=2.2.0",
"fastapi-utils>=0.8.0",
"keyring>=25.6.0",
"keyring-backend>=0.1.0",
]
[dependency-groups]