The standard library "ipaddress" module is new in Python 3, and this
release adds the new "ip_addresses()" strategy to generate
"IPv4Address"es and/or "IPv6Address"es (depending on the "v" and
"network" arguments).
If you use them in type annotations, "from_type()" now has strategies
registered for "ipaddress" address, network, and interface types.
The provisional strategies for IP address strings are therefore
deprecated.
The canonical version of these notes (with links) is on readthedocs.