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
Harden IMDS region parsing against malformed responses
Treat a non-string resp.text (json.loads raising TypeError) and a
non-string location field as malformed IMDS responses and fall back to
None, so region auto-detection cannot raise during client setup.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments