HTTPProxy.__init__() got an unexpected keyword argument 'proxy_ssl_context' #2893
|
Happend when init httpx.Client(cookies=...) in version And doing fine in version Unexpected keyword argument may related #2845 |
Answered by
Tunglies
Oct 14, 2023
Replies: 2 comments 1 reply
|
What httpcore version do you use? |
1 reply
|
Similar error, I had to recreate env and the error went away. (Same python and package versions) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I update both of httpx and httpcore, now fix that. Thanks for reminder!