un-inception/clients/python/sync/examples
russell@unturf.com afb179be26 fix: make requests import optional in Python sync SDK
- 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
2026-02-08 13:18:01 -05:00
..
fibonacci.py feat: Complete self-validating documentation and smart CI/CD pipeline 2026-01-15 16:11:29 -05:00
fibonacci_client.py fix: make requests import optional in Python sync SDK 2026-02-08 13:18:01 -05:00
file_operations.py fix: make requests import optional in Python sync SDK 2026-02-08 13:18:01 -05:00
hello_world.py feat: Complete self-validating documentation and smart CI/CD pipeline 2026-01-15 16:11:29 -05:00
hello_world_client.py fix: make requests import optional in Python sync SDK 2026-02-08 13:18:01 -05:00
http_request.py fix: make requests import optional in Python sync SDK 2026-02-08 13:18:01 -05:00
json_processing.py fix: make requests import optional in Python sync SDK 2026-02-08 13:18:01 -05:00