File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77- Added ` is_last ` field to live subscription requests which will be used to improve
88 the handling of split subscription requests
99
10+ #### Bug fixes
11+ - Fixed an issue where ` JSONDecodeError ` would not be caught when using ` simplejson ` with ` requests ` (credit: @xuanqing94 )
12+
1013## 0.54.0 - 2025-05-13
1114
1215#### Enhancements
Original file line number Diff line number Diff line change 55from collections .abc import Iterable
66from collections .abc import Mapping
77from io import BytesIO
8- from json .decoder import JSONDecodeError
98from os import PathLike
109from typing import IO
1110from typing import Any
1514import requests
1615from aiohttp import ClientResponse
1716from aiohttp import ContentTypeError
17+ from requests import JSONDecodeError
1818from requests import Response
1919from requests .auth import HTTPBasicAuth
2020
You can’t perform that action at this time.
0 commit comments