Implement Veto Mode

This commit is contained in:
matthias@matsewe.de
2024-05-29 10:33:42 +02:00
parent 010d6fc8d6
commit 0546a88e32
9 changed files with 150 additions and 24 deletions

View File

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