- aiohttp Sending a file-like data payload prevents connection reuse
- redis-py slowlog_get() raises TypeError when decode_responses=True
- redis-py redis.asyncio trying to reuse a closed connection writer
- redis-py asyncio RedisCluster is not working for Amazon Elasticache
- redis-py AsyncIO Cluster Mode Lock doesn't work
- redis-py KeyError in asyncio cluster get_node_from_slot
- redis-py 'UnixDomainSocketConnection' object has no attribute '_command_packer'
- Requests Possible Memory Leak
- Requests Session requests are ~70% slower in version 2.26.0
- redis-py TimeoutError during ClusterPipeline makes the client unrecoverable
- redis-py max_connections is not being honoured in RedisCluster mode
- FastAPI Header parameter and model handling does not work as expected
- FastAPI OAuth2 security schemes duplicated in OpenAPI, with and without scopes, when used at the
- redis-py `redis.cluster.RedisCluster` with RESP3 and hiredis causes segmentation fault
- redis-py connection pool in multi-thread is not thread safe
- redis-py v4.3.3 continues to contain backwards incompatible change to ``redis.lock.Lock``
- flask Flask error handler caching leads to inconsistent behavior
- Celery Celery timezone use default UTC timezone ignoring settings.
- httpx HTTP/2 connections are always active within ConnectionPool
- httpx Client middleware API
- httpx AttributeError: module 'rfc3986.api' has no attribute 'iri_reference'
- Pydantic pydantic v2 memory allocation
- Pydantic Weird bug that my english is not enough to describe this.
- Pydantic Type `IPv4Address` not parsed
- Pydantic Possible problem with dataclasses.dataclass and calling model_json_schema()
- Pydantic When using min_length on Sequence field, outputted JSON schema is `minLength` instead of
- Pydantic [docs]: cannot leverage on alias_priority if alias_generator is not involved
- Pydantic validate_default has no effect when attribute type is Literal
- Pydantic JSON schema uses allOf when adding Field(description="")
- Pydantic Performance issues related to schema cleaning
- Pydantic `KeyError` happening during schema cleaning with generic models
- Pydantic Performance issues related to schema building
- Pydantic "Failed to get discriminator value for tagged union serialization" when using
- Pydantic `validate_call` not working with class/custom callables
- Pydantic Declaring a generic attribute in a Pydantic model that itself has a generic attribute
- Pydantic `cached_property` cannot be assigned by recommended way
- Pydantic pydantic take dataclass `Text` as str if `from __future__ import annotations`
- Pydantic PEP 695 types with reference to `Enum` inside annotation breaks `pydantic_core`
- urllib3 Connection retrieved from connection pool has wrong cert_reqs (based on previous request)
- starlette Middleware Request parse Hangs forever
- httpx Supporting async auth flows.
- httpx Auth fails for responses that include multiple WWW-Authenticate headers.
- Pydantic __future__ annotations + TypedDict NotRequired broken in 2.11.0b1
- Pydantic Displaying a parent-child tree of models with a computed `cached_property` causes a
- Pydantic PlainSerializer does not work correctly in 2.11
- Pydantic Remove custom MRO implementation of Pydantic models breaks generic RootModel subclass
- Pydantic Documentation error: Incorrect example in `populate_by_name` docstring
- Pydantic breaking change in 2.11.4: `create_model` no longer accepts class-based `Config`
- urllib3 test_delayed_body_read_timeout_with_preload is flaky
- urllib3 Allow using HTTPHeaderDict and multiple header keys in requests
- Celery [5.3.0] Task results order is not preserved anymore
- Celery Task is requeued with compression header but the body is not compressed
- Celery Error "Recursive result parents" on some tasks trees
- Celery AttributeError: 'DisabledBackend' object has no attribute '_restore_group'
- Celery Task acks on Hard Timeout when `task_acks_on_failure_or_timeout` is `False`
- Pydantic ImportError: cannot import name 'validate_core_schema' from 'pydantic_core' when using
- Pydantic 2.12.0: Method decorated with `model_validator` runs into error when annotated with
- urllib3 request(..., preload_content=False).read(-1) raises an unexpected Exception
- urllib3 pypy tests often fail in CI with reason "cancelled after 30 minutes"
- Celery Celery 4.4.4 raises TypeError: set() takes 3 positional arguments but 4 were given
- Celery Chord across multiple apps using signatures breaks on task not registered