You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone googling this: The key ip_address contains an instance of IPv4Address, and the key ip contains the IP address encoded as a string. To be able to serialize this in json, you could simply drop the key ip_address with the del keyword.
I think we could probably just avoid inserting the IPv4Address type object in there so that it's just the string you get from the ip field via the API's JSON response. Though we'd have to bump the major version because people may be relying on it being IPv4Address type.
No description provided.
The text was updated successfully, but these errors were encountered: