FYI: the version of netaddr installed by NetBox 3.7.3 removed the IPAddress.is_private method #15274
kyerlasswell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The netaddr major version has been upgraded from
0.10.1
in NetBox 3.7.2netbox/requirements.txt
Line 26 in a331ba6
to
1.2.1
in NetBox 3.7.3netbox/requirements.txt
Line 26 in edb7d24
The
IPAddress.is_private
method was deprecated in0.10.0
on 2023-12-31 and removed in1.0.0
on 2024-02-10. netaddr changelogIf you have any templates, scripts, or whatever else that use this method, make sure you adjust those before upgrading NetBox versions.
Beta Was this translation helpful? Give feedback.
All reactions