We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cf4bb commit 89b12e7Copy full SHA for 89b12e7
src/lib/data/storage/backends/common.py
@@ -101,6 +101,7 @@ class StorageBackend(
101
pydantic.BaseModel,
102
extra=pydantic.Extra.forbid,
103
arbitrary_types_allowed=True,
104
+ keep_untouched=(functools.cached_property,), # Don't serialize cached properties
105
):
106
"""
107
Represents information about a storage backend.
0 commit comments