Skip to content

Commit eebbeb2

Browse files
fix: add missing ipinfo
1 parent 906c67f commit eebbeb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/models-library/src/models_library/rpc/notifications/events/_account_events.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ class AccountRequestedEvent(BaseAccountEvent):
4242
type: Literal["account_requested"] = "account_requested"
4343

4444
host: HttpUrl
45+
46+
# NOTE: following are kept for backward compatibility
4547
product_info: dict[str, Any] = {}
4648
request_form: dict[str, Any] = {}
49+
ipinfo: dict[str, Any] = {}
4750

4851

4952
class AccountApprovedEvent(BaseAccountEvent):

0 commit comments

Comments
 (0)