v1.1.0
Changes
- Remove default 90-second timeout to allow unlimited request duration
- Requests now default to no timeout (timeout=None), allowing long-running operations to complete without artificial time limits
- Users can still specify custom timeout values when initializing the client
- Updated type hints to support for timeout parameter
Breaking Changes
- Default timeout behavior has changed from 90 seconds to unlimited
- This may affect applications that relied on the 90-second timeout for error handling
Testing
All 80 tests passing.