- Requests URL proxy auth with empty passwords doesn't emit auth header.
- Celery Celery worker OOM due to unbounded prefetch on eta tasks
- FastAPI Discriminated Unions Break When Wrapped in Annotated[Union, Body(...)] in FastAPI 0.124.1+
- FastAPI OAuth2 security schemes duplicated in OpenAPI, with and without scopes, when used at the
- Celery SQS MessageDeduplicationId
- Pydantic Weird bug that my english is not enough to describe this.
- Pydantic The JSON schema for the BaseModel class
- Pydantic `-Werror`-related test failures with pytest 8.x
- Pydantic Default values not validated
- Pydantic Schema for `Literal` differs between version 2.6 and 2.7
- Pydantic TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument:
- Pydantic Change JSON schema (and maybe config) default for `extra` for `dataclass`es and
- uvicorn Duplicate logs when using root logger with 'gunicorn -k uvicorn.workers.UvicornWorker ...'
- uvicorn ValueError: 'localhost' does not appear to be an IPv4 or IPv6 address
- httpx Response cookies are not ingested properly in 0.14.0
- Pydantic pydantic.errors.PydanticUndefinedAnnotation: name 'T' is not defined when using from
- Pydantic `Field()` and `FieldInfo`/metadata ordering inconsistencies and bugs
- Pydantic Using a dict[ConstrainedStr, _] sets both `patternProperties` and `additionalProperties`
- urllib3 Allow using HTTPHeaderDict and multiple header keys in requests
- Requests parsing of proxy url broken with requests 2.27.0
- Celery Ctrl-C Does not properly Kill the celery interactive process
- Celery After celery lib upgrade to 5.3.3, get sql exception.
- 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 Getting Started has Circular Import Issue
- 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 Cannot disconnect a signal receiver after using Signal.connect(retry=True)
- Celery Missing CPendingDeprecationWarning from Celery v5.4.0
- Celery django example does not run
- Celery RedisBackend does not retry on store_result even with result_backend_always_retry=True
- 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
- Pydantic Documentation should include examples
- Pydantic Duplicated models in JSON schema generation
- Celery chord of chains with groups: body duplication and invalid task execution order
- Celery TypeError in make_connection, unexpected keyword argument 'socket_keepalive'
- Celery Memory leak in Exception Task with Prefork(worker)
- Celery Unable to use mysql SSL parameters in create_engine()
- Celery Memory leak after task raise exception
- Celery support for quorum queues
- Celery Missing dependency on future in 4.4.4
- Celery Celery 4.4.4 raises TypeError: set() takes 3 positional arguments but 4 were given
- Celery CELERY_DB_REUSE_MAX possibly broken by #6134
- Celery AsyncResult memory leak on task producers
- Celery Celery breaks libs using `sys.stdout.write()`
- 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
- Celery ProxyLogger.write raises TypeError due to rstrip on a bytes instance.