summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-httpx2_2.4.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-httpx2: Add recipeLeon Anavi4 days1-0/+22
Add recipe for release 2.4.0: - Add HTTPXDeprecationWarning, a UserWarning subclass shown by default so deprecations are visible without enabling warnings. - Limit the number of chained Content-Encoding decoders to 5. - Allow version 15 of rich in the cli extra. - Parse an empty Digest auth realm without crashing. - Decode IDNA labels in non-leading host positions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>