We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b401c7 commit c44fb19Copy full SHA for c44fb19
1 file changed
src/requests/_types.py
@@ -139,7 +139,7 @@ class _ValidatedRequest(PreparedRequest):
139
VerifyType: TypeAlias = bool | str
140
CertType: TypeAlias = str | tuple[str, str] | None
141
JsonType: TypeAlias = (
142
- None | bool | int | float | str | list["JsonType"] | dict[str, "JsonType"]
+ None | bool | int | float | str | list["JsonType"] | Mapping[str, "JsonType"]
143
)
144
145
# TypedDicts for Unpack kwargs (PEP 692)
0 commit comments