-
Notifications
You must be signed in to change notification settings - Fork 463
refactor!: change Session
cookies from dict
to SessionCookies
with CookieJar
#984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it contains a breaking change, could you please describe the breaking changes in the PR's description and also summarize it in the Upgrading guide?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are failing tests for Windows Python 3.12.
003faf8
to
f136bcd
Compare
The problem is not related to this PR. It's solved in the PR #1007 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few minor comments and one concern regarding the usage of HTTPX's cookies.
Co-authored-by: Vlada Dusek <[email protected]>
Co-authored-by: Vlada Dusek <[email protected]>
Co-authored-by: Vlada Dusek <[email protected]>
Co-authored-by: Vlada Dusek <[email protected]>
Co-authored-by: Vlada Dusek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and great job, just wait for the resolution of the last unresolved conversation
Description
Session
fromdict
toSessionCookies
which usesCookieJar
. It supports basic cookie parameters and multiple domains.Issues
Testing