feat: change QuoteStorerSvc to use the new quote repo instead of the legacy db object

This commit is contained in:
cătălin 2025-02-13 10:20:03 +01:00
commit 3058ca112d
No known key found for this signature in database
10 changed files with 75 additions and 47 deletions

View file

@ -32,6 +32,7 @@ dev-dependencies = [
"pytest-asyncio>=0.25.0",
"ruff>=0.8.3",
"pytest-coverage>=0.0",
"polyfactory>=2.18.1",
]
[[tool.mypy.overrides]]