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 911b7d8 commit 24c7c0cCopy full SHA for 24c7c0c
functions/generated/pyfirebase/pyfirebase_mapswipe/extended_models.py
@@ -14,7 +14,9 @@ class FbProject(
14
class Config: # type: ignore[reportIncompatibleVariableOverride]
15
use_enum_values = True
16
frozen = True
17
- extra = "forbid"
+ # NOTE: We need to allow extra fields as FbProject
18
+ # is not a complete project representation
19
+ extra = "allow"
20
21
22
class FbMappingGroup(
0 commit comments