- 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 |
||
|---|---|---|
| .. | ||
| fibonacci.py | ||
| fibonacci_client.py | ||
| file_operations.py | ||
| hello_world.py | ||
| hello_world_client.py | ||
| http_request.py | ||
| json_processing.py | ||