mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Replaces urllib with requests + HTTPAdapter/Retry to get automatic retries (up to 3) with exponential backoff on 429/5xx and network errors; 404 is treated as a definitive miss and skips to 2D without retrying. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>