- redis-py 'UnixDomainSocketConnection' object has no attribute '_command_packer'
- Requests [BUG] JSONDecodeError can't be deserialized - invalid JSON raises a BrokenProcessPool and
- FastAPI Computed fields support breaks with mixed route types
- redis-py `redis.cluster.RedisCluster` with RESP3 and hiredis causes segmentation fault
- redis-py KeyError on repr in any ConnectionPool without host/port/db arguments
- httpx Timeout from ConnectionPool on number of concurrent requests larger than max_connections
- Pydantic FutureDatetime accepts years 1000-1599
- Pydantic v2 regression: `__setattr__` hides bugs from type checkers
- Pydantic Possible problem with dataclasses.dataclass and calling model_json_schema()
- Pydantic Problem generating OpenAPI schema for models with an enum as the key of a dict
- urllib3 Interrupted system call while profiling with plop
- uvicorn Crash when using --reload and SSL certificate
- uvicorn Uvicorn fails to start in 0.10.1+ (Can't pickle local object)
- httpx Too many open files if keep changing proxy
- httpx Should HTTPError be a base class for RequestError and HTTPStatusError?
- Celery Task is requeued with compression header but the body is not compressed
- Celery Memory Leak on Unhandled Exceptions
- Pydantic deep-copying `MISSING` crashes in `BaseModel.model_construct()` and