Nate Prewitt

Results 232 comments of Nate Prewitt

@dimbleby, yes, it is fixed in urllib3 2. We're aware of the change as we made it :) Users are free to upgrade to 2.0 as we made no mandated...

I've explained the underlying issue in https://github.com/boto/boto3/issues/3221#issuecomment-1169369661 which explains a bit more about this change in Python 3.9+. Because of the bug fix, it's broken some of the ability for...

Thanks for linking the blog post, @Gatsby-Lee! That's correct that clients are safe to share between threads must be instantiated in the primary thread. We'd be happy to accept a...

> What is the reason that the "DEFAULT_SESSION" was introduced at the first place? Creating a Session is a very resource intensive process as it has to load and deserialize...

Hey everyone, wanted to provide a quick status update. Starting in 1.32.0, we began compressing select service models (Amazon EC2, Amazon Sagemaker, and Amazon Quicksight) in our .whl files distributed...

Resolving as I believe this was fixed in Requests 2.29.0.

@bourgeoisor You should be able to find the currently flagged changes for upcoming releases in our [Milestones](https://github.com/psf/requests/milestone/31), GitHub's standard mechanism for tracking changes. There is no formal release schedule but...

Resolving as this should be addressed in Requests 2.30.0 and we've removed this code path from Requests.

Hi @jazzdev, looking over the PR, it seems Django may be doing the wrong thing in this case. It's not clear from what's been provided whether this is due to...