Change8

v2.32.4

📦 requestsView on GitHub →
1 features🐛 1 fixes1 deprecations

Summary

Version 2.32.4 adds PyPy 3.11 support, drops PyPy 3.9, and includes a security fix for CVE‑2024‑47081.

Migration Steps

  1. If your project runs on PyPy 3.9, migrate to PyPy 3.11 or another supported interpreter before upgrading.

✨ New Features

  • Added support for PyPy 3.11 on Linux and macOS.

🐛 Bug Fixes

  • Security fix for CVE-2024-47081: corrected handling of malicious URLs with trusted environments to prevent retrieving credentials for the wrong hostname/machine from netrc files.

⚡ Deprecations

  • Dropped support for PyPy 3.9; projects must upgrade to PyPy 3.11 or another supported Python runtime.