-
`requests` is such a [widely used](https://pypistats.org/packages/requests) python package that the pinned dependency in this project leads to potential dependency conflicts.
i'd suggest relaxing i…
-
Just to track it down as it's probably not an easy fix...
Work fine in Bookworm docker but fails in Trixie docker:
```
$ cd docker/debian-13-trixie
$ ./docker_build.sh
$ ./docker_run.sh
rrg@…
-
Hi @connor4312! We have begun implementation of test coverage for python and had a few items we wanted to surface in terms of the UI. Wanted to start an issue so @brettcannon can contribute his though…
-
ALOSP 17.1.4 (python-requests) security update
Severity: moderate
Description
Most existing Python modules for sending HTTP requests are extremely
verbose and cumbersome. Python’s built-in urllib2 m…
-
# Crash report
### What happened?
Reproducer:
```python
import queue
import threading
import requests
class HyperlinkAvailabilityCheckWorker(threading.Thread):
def __init__(self,…
-
Hi! What do you think about setting the user agent that's sent along with requests to something that indicates that requests are coming from `awscurl`? I ask because I've had it come up where it would…
-
### Analysis
I get the following error for every command?
Anyone else having the same problem?
`{"statusCode":190,"body":{},"message":"Requests reached the daily limit"}`
### Expected Behavi…
-
### Describe the bug
Great library which gave me nice performence improvements 😎
BUT unfortunately updating aiohttp dependency recently of a project causes ClientConnectorCertificateError / SSLCert…
-
Note: I could not get the Issue Reporter to work in vscode, so I had to use the feature-request link to create this.
# Behaviour
In Python 3.12 and above, when debugging tests, the `"justMyCode": fa…
-
**Describe the bug**
Setting `REQUESTS_CA_BUNDLE` or `CURL_CA_BUNDLE` doesn't have any effect since we call a low-level function when sending requests which bypasses the ENV aggregation
…