summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: 3.12.14 -> 3.12.15Tom Geelen2025-09-211-23/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.11.18 -> 3.12.14Leon Anavi2025-07-111-0/+23
Upgrade to release 3.12.14: - Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:9110#section-15.4.3-3.1 - Fixed :py:meth:ClientSession.close() <aiohttp.ClientSession.close> hanging indefinitely when using HTTPS requests through HTTP proxies - Bumped minimum version of aiosignal to 1.4+ to resolve typing issues - Added initial trailer parsing logic to Python HTTP parser Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>