-
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@…
-
`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…
-
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…
-
# 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…
-
I tried version 1.7.2 by using a singleton service for the model...
When sending multiple requests simultaneously, the transcriptions are mixed.
I used a SemaphoreSlim to ensure that requests are …
-
### Describe the bug
Great library which gave me nice performence improvements 😎
BUT unfortunately updating aiohttp dependency recently of a project causes ClientConnectorCertificateError / SSLCert…
-
**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
…
-
Hello,
I think that the code to request the API using the python code provided by the "try it" example is not working. I am not familiar with requesting API using python, could you fix the python cod…
-
I install anthropic[vertex]
```python
pip install anthropic[vertex]
```
Then write this code:
```python
def anthropic_transformer(message: str) -> str:
from anthropic import AnthropicVe…