Skip to content

Commit

Permalink
set session.headers to same type as request.headers
Browse files Browse the repository at this point in the history
  • Loading branch information
evilensky committed Dec 21, 2022
1 parent 0659e3c commit 2c74b5a
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: _HeadersUpdateMapping
auth: _Auth | None
proxies: _TextMapping
# Don't complain if:
Expand Down

0 comments on commit 2c74b5a

Please sign in to comment.