sdv-dev / SDV

Synthetic data generation for tabular data
https://docs.sdv.dev/sdv
Other
2.21k stars 287 forks source link

Add timeouts to requests in release notes script #2067

Open rwedge opened 2 weeks ago

rwedge commented 2 weeks ago

Background

Recent code analysis job discovered several new issues (see #2066), mostly focused on requests made by the release notes script.

Expected

Address the newly surfaced issues by adding a timeout to the requests calls in the script (release_note_generator.py).