Files
stack/sdks/implementations
Ejiro Asiuwhu e9105b3f68 fix: harden response parsing and add missing None guards
- Guard int() on x-stack-actual-status header against malformed values
  in _parse_response and both retry loops (ValueError falls back to
  response.status_code)
- Validate response.json() returns dict before calling .get() on
  known-error body (non-dict JSON falls back to empty dict)
- Add None guard to get_email_delivery_stats before model_validate
  (matches pattern used by get_user, get_team, get_item)
2026-03-26 10:21:42 +01:00
..
2026-03-25 16:44:42 -07:00