- redis-py slowlog_get() raises TypeError when decode_responses=True
- Requests Possible Memory Leak
- Requests Session requests are ~70% slower in version 2.26.0
- httpx Specified timeout not enforced (using a proxy)
- FastAPI Context managers in `Depends` are broken after 0.106
- redis-py `redis.cluster.RedisCluster` with RESP3 and hiredis causes segmentation fault
- httpx Use the existing runloop for sync calls in async handler
- Pydantic Pydantic TzInfo(UTC) != datetime.UTC
- Pydantic Cannot use model_copy(deep=True) on a model instance which was created using
- Pydantic Default values not validated
- Pydantic Problem when serializing models with `SecretStr`s
- Pydantic pydantic v2 slow import performance
- Pydantic Performance issues related to schema cleaning
- Pydantic Performance issues related to schema building
- Pydantic Email parsing slowdown on edgecases
- urllib3 Custom LifoQueue
- urllib3 Accessing HTTPS sites through proxy
- Requests cannot use json() on request in python 3.7 (TypeError: must be str, not bytes)
- redis-py 4.6.0 - ConnectionError max number of clients reached
- uvicorn Requests hang when running quart with uvicorn
- starlette TestClient.request does not honor timeout
- Pydantic Regression in size of pydantic core schemas and corresponding `model_json_schema()` call
- redis-py Async performance issue since version 5.3.0
- httpx LineDecoder is accidentally quadratic: iter_lines() seems to hang forever
- Pydantic 2.12.0: FieldInfo.annotation is not a type
- psycopg Regression in 3.2.11 regarding `COPY FROM` with values of different types
- aiohttp BaseRequest.url passes the host and port to `URL.build` when the port is included in the