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 407209c commit c4845d2Copy full SHA for c4845d2
flag_engine/context/types.py
@@ -30,7 +30,7 @@ class FeatureValue(TypedDict):
30
31
class IdentityContext(TypedDict):
32
identifier: str
33
- key: str
+ key: NotRequired[str]
34
traits: NotRequired[Dict[str, ContextValue]]
35
36
0 commit comments