grow food, not lawn.

Skip to content
  • Russell Ballestrini's avatar
    fix: make requests import optional in Python sync SDK · afb179be
    Russell Ballestrini authored
    - requests import now wrapped in try/except with REQUESTS_AVAILABLE flag
    - Added DependencyError exception and _check_requests() helper
    - Updated sync examples to catch ImportError and exit gracefully
    - CI runner without requests will skip examples instead of failing
    afb179be