- redis-py redis.asyncio trying to reuse a closed connection writer
- redis-py asyncio RedisCluster is not working for Amazon Elasticache
- redis-py byte vector is incorrectly decoded as utf-8 string in ft result class
- redis-py KeyError in asyncio cluster get_node_from_slot
- Requests _encode_params return bytes that break urlencode
- Requests URL proxy auth with empty passwords doesn't emit auth header.
- httpx Using a Client with a proxy to plain http endpoints returns 200 for the first, and 404 for
- redis-py query object is not outputing the `TIMEOUT` argument in case of 0 ( 0 means unlimited for
- httpx Client middleware API
- httpx Public middleware API
- Pydantic FutureDatetime accepts years 1000-1599
- Pydantic Discriminator attribute missing from model schema in a forwardref in pydantic 2.6
- Pydantic Union Field: union_mode="smart" with default_factory and self reference ignores data that
- Pydantic Cannot use model_copy(deep=True) on a model instance which was created using
- Pydantic v2.7.0b1 throws error when using OpenAI SDK
- Pydantic Use of __package__ in pydantic/__init__.py fails if imported from zip
- Pydantic TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument:
- Pydantic [docs]: cannot leverage on alias_priority if alias_generator is not involved
- Pydantic defaulting behavior of `Field` inside of `TypeAliasType` not working when used inside
- Pydantic Performance issues related to schema cleaning
- Pydantic Change JSON schema (and maybe config) default for `extra` for `dataclass`es and
- Pydantic 2.10: dataclass config issues (`arbitrary_types_allowed`, aliases, etc)
- Pydantic Recursive type aliases should just work
- urllib3 Multipart mixed responses generate warnings
- urllib3 Bug: Content-Disposition Header Lacking "filename" When "filename*" Is Present
- urllib3 IndexError when handle malformed http response
- urllib3 Accessing HTTPS sites through proxy
- Requests netrc reading does not respect NETRC environment variable
- uvicorn Reloader only reloads once
- uvicorn Uvicorn fails to start in 0.10.1+ (Can't pickle local object)
- httpx Sync client fails on ASGI apps with unhelpful traceback
- httpx Auth fails for responses that include multiple WWW-Authenticate headers.
- httpx Reconsider UNSET?
- httpx Cannot request resources with paths that include a mix of path separator slashes and
- Pydantic ConfigDict's json_schema_mode_override does not override default mode for
- Pydantic RecursionError with recursive types.
- Pydantic Broken validation of fields in `pydantic==2.11.0a{1,2}
- Pydantic 2.11 Regression - Nested annotation references lead to model never being fully buildable
- Pydantic when `use_attribute_docstrings=True`, `DocstringVisitor` fail to grab field docs in
- Celery [5.3.0] Task results order is not preserved anymore
- Celery Invalid format of 'date_done' field in celery.task_results with backend mongodb
- Celery Task is requeued with compression header but the body is not compressed
- Celery Error "Recursive result parents" on some tasks trees
- Celery Memory Leak on Unhandled Exceptions
- Celery AttributeError: 'DisabledBackend' object has no attribute '_restore_group'
- Celery django example does not run
- Celery RedisBackend does not retry on store_result even with result_backend_always_retry=True
- Celery Celery does not respect the redis-py version bounds specified by kombu (redis-py 5.3.0 was
- Celery Task acks on Hard Timeout when `task_acks_on_failure_or_timeout` is `False`
- Celery Group results aren't cleaned up on result.forget() - memory leak
- uvicorn httptools.parser.errors.HttpParserInvalidURLError on fragmented first line of the HTTP
- starlette Raising Exceptions in sub-applications routes
- starlette TestClient.__enter__ return type error for subclasses
- httpx LineDecoder is accidentally quadratic: iter_lines() seems to hang forever
- httpx Document the `extensions` API.
- httpx Reverting #2354
- Pydantic Documentation should include examples
- Pydantic ImportError: cannot import name 'validate_core_schema' from 'pydantic_core' when using
- Pydantic Tell Pydantic to not generate JSON schema with $ref $defs
- Pydantic `FieldInfo` 2.12 issues
- Pydantic 2.12.0: Serialize problem with pydantic 2.12
- Pydantic Pydantic 2.12.2 issue when using intake.open_esm_datastore
- urllib3 pypy tests often fail in CI with reason "cancelled after 30 minutes"
- FastAPI HTTPBearer security scheme is returning 403 instead or 401
- Celery Memory leak in Exception Task with Prefork(worker)
- Celery support for quorum queues
- Celery Celery 4.4.4 raises TypeError: set() takes 3 positional arguments but 4 were given
- Celery using couchdb backend throws TypeError: a bytes-like object is required, not 'str'
- Celery Chord across multiple apps using signatures breaks on task not registered