Skip to content

Commit

Permalink
set session.headers to MutableMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
evilensky committed Dec 21, 2022
1 parent 0659e3c commit 5528de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/requests/requests/sessions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class _Settings(TypedDict):

class Session(SessionRedirectMixin):
__attrs__: Any
headers: CaseInsensitiveDict[str | bytes]
headers: MutableMapping[str, str | bytes | None]
auth: _Auth | None
proxies: _TextMapping
# Don't complain if:
Expand Down

0 comments on commit 5528de7

Please sign in to comment.