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 eb5f960 commit e87b165Copy full SHA for e87b165
featureflags/evaluations/auth_target.py
@@ -16,7 +16,7 @@ class Target():
16
identifier: str
17
name: Union[Unset, str] = UNSET
18
anonymous: Union[Unset, bool] = UNSET
19
- attributes: Union[Unset, Dict[str, str]] = UNSET
+ attributes: Union[Unset, Dict[str, Any]] = UNSET
20
21
def to_dict(self) -> Dict[str, Any]:
22
identifier = self.identifier
0 commit comments