1.2.1
ranaroussi/yfinance1.2.1Apr 7, 2026by ValueRaider
AI Summary
Enforces a minimum version of `curl_cffi` for security reasons, preserves currency in dividends, and improves thread-safety in the download function.
Key Highlights
- Force `curl_cffi>=0.15` due to CVE #2743
- Preserve currency in dividends
- Improve `download()` thread-safety
New Features
- Currency preservation in dividends
- Enhanced thread-safety in download
Full Release Notes
### Patch updates: - Force curl_cffi>=0.15 because CVE #2743 - Preserve currency in dividends #2695 - Improve `download()` thread-safety #2718 Thanks @david-belbeze @wavebyrd