v3.9.2 - Added ability to customize timeout value
Previously, if sending requests took over 5 minutes, the connection was closed. This release adds a new SDK parameter, which specifies the exact timeout value in seconds.
sdk = TravelTimeSdk("APP_ID", "API_KEY", timeout=300)