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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The find_available_cidrs function now includes a cidrs_not_converted_to_prefix key which contains a list of CIDRs that were skipped during the prefix conversion process (note: this is only applicable if passing desired_prefix to find_available_cidrs) (by @cooperwalbrun)
Python 3.12 is now an official build target with corresponding pipeline assurances (by @cooperwalbrun)
Changed
The find_cidrs function has been renamed to find_available_cidrs (by @cooperwalbrun)