update logging

This commit is contained in:
matthias@matsewe.de
2024-06-01 11:34:06 +02:00
parent 1a15252e7a
commit 7d6c7591dd
7 changed files with 53 additions and 20 deletions

View File

@@ -22,5 +22,6 @@ async def get_db():
class Base(DeclarativeBase):
type_annotation_map = {
dict[str, bool]: PickleType,
object: PickleType
object: PickleType,
set: PickleType
}