summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-requests_2.32.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-requests: upgrade 2.32.4 -> 2.32.5Tim Orling2025-09-081-0/+35
2.32.5 (2025-08-18) * Bugfixes - The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration. * Deprecations - Added support for Python 3.14. - Dropped support for Python 3.8 following its end of support. https://requests.readthedocs.io/en/latest/community/updates/#release-history Comparing Changes: https://github.com/psf/requests/compare/v2.32.4...v2.32.5 (From OE-Core rev: c4c2313df6c63c26ee3e5d683a8c903050212754) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>