Updated database to use async background worker, making changes lock-free synchronous ops.

This commit is contained in:
2026-01-23 15:57:16 +00:00
parent c13044c085
commit 2c6a5c72d9
2 changed files with 315 additions and 347 deletions
+1
View File
@@ -21,6 +21,7 @@ dependencies = [
"user-agents>=2.2.0",
"jsondiff>=2.2.1",
"msgspec>=0.20.0",
"aiofiles>=25.1.0",
]
requires-python = ">=3.10"