- aiohttp Sending a file-like data payload prevents connection reuse
- redis-py slowlog_get() raises TypeError when decode_responses=True
- redis-py Question: why is `blocking` missing as a lock() parameter?
- redis-py error in set when ex is a float is confusing
- redis-py 4.0.0b1 breaks script_flush on pre-6.2 server
- redis-py AttributeError: 'Redis' object has no attribute 'sentinel_masters'
- redis-py Another race condition in health checks and pubsub
- redis-py exception in listen
- redis-py Question: resolving hostname when retry on connection timeout
- redis-py AttributeError in UnixDomainSocketConnection starting v4.1.0
- 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 WRONGPASS response doesn't raise AuthenticationError exception
- redis-py Invalid Default Argument For LMPOP
- redis-py AsyncIO Cluster Mode Lock doesn't work
- redis-py Missing "blocking" argument when initializing blocking in asynchronous mode
- redis-py KeyError in asyncio cluster get_node_from_slot
- redis-py 'UnixDomainSocketConnection' object has no attribute '_command_packer'
- redis-py [Bug] Aioredis cancellation of blocking operations stucks next operations
- redis-py Redis pubsub task cancellation raises ConnectionError
- Requests Possible Memory Leak
- Requests _encode_params return bytes that break urlencode
- Requests URL proxy auth with empty passwords doesn't emit auth header.
- Requests Making requests to URLs with username and password does not respect no_proxy evironment
- Requests SSLError -> ConnectionError in 2.18.2: intended?
- Requests Doctest fails (7 out of 11)
- Requests Running requests in parallel from a zip archive can create race condition when unpacking
- Requests Session requests are ~70% slower in version 2.26.0
- stripe-python TypeError when updating webhooks
- stripe-python Async methods fail with ImportError while sync methods work out of the box
- redis-py TimeoutError during ClusterPipeline makes the client unrecoverable
- redis-py `SentinelManagedConnection` delays new master detection and Risks data loss
- redis-py Retry Mechanism Fails When Redis Container is Paused
- redis-py max_connections is not being honoured in RedisCluster mode
- redis-py Async lock can enter a deadlock if it is cancelled while being released
- Celery Celery worker OOM due to unbounded prefetch on eta tasks
- httpx The code in the document does not work
- httpx Specified timeout not enforced (using a proxy)
- httpx Using a Client with a proxy to plain http endpoints returns 200 for the first, and 404 for
- Requests [BUG] JSONDecodeError can't be deserialized - invalid JSON raises a BrokenProcessPool and
- Requests SSLV3_ALERT_HANDSHAKE_FAILURE after upgrade from 2.31.0 to 2.32.2
- Requests Test regressions with urllib3 2.4.0 on Python 3.13
- FastAPI Context managers in `Depends` are broken after 0.106
- FastAPI Traceback stack does not show exact place of error
- FastAPI poor quality traceback / useful stack frames not present when exceptions raised in sync
- FastAPI Header parameter and model handling does not work as expected
- FastAPI FastAPI app with `separate_input_output_schemas` disabled excludes computed fields on
- FastAPI Component name regression in OpenAPI spec for v0.119.0
- FastAPI 0.120.3 breaks `SecurityBase` based dependencies in OpenAPI
- FastAPI Discriminated Unions Break When Wrapped in Annotated[Union, Body(...)] in FastAPI 0.124.1+
- FastAPI Since FastAPI 0.119.0, using `arbitrary_types_allowed=True` with custom types that define
- FastAPI FastAPI 0.123.5 breaks async wrappers using @wraps
- FastAPI Bug with async callable class dependency in fastapi>=0.123.6
- FastAPI Bug with async callable class dependency in fastapi>=0.123.6
- FastAPI Computed fields support breaks with mixed route types
- FastAPI In FastAPI 0.123.7, annotations from code imported in `if TYPE_CHECKING` could break
- flask If arguments are re-written before flask is loaded it sees the original arguments on windows
- redis-py Instantiating BlockingConnectionPool.from_url with timeout in query args fails
- redis-py `redis.cluster.RedisCluster` with RESP3 and hiredis causes segmentation fault
- httpx `response.aclose()` raises httpcore errors, not HTTPError
- httpx Too much data for declared Content-Length when passing string with non-ascii characters via
- httpx environ["SERVER_PORT"] can't be "None"
- httpx Bug with merging base_url with relative path if colon present in path
- Requests Adapter is eating MaxRetriesError's and throwing other errors
- redis-py Sub-unsub-resub causes redispy to forget the channel
- redis-py redis._compat: global name 'InterruptedError' is not defined
- redis-py connection pool in multi-thread is not thread safe
- redis-py KeyError on repr in any ConnectionPool without host/port/db arguments
- redis-py Misleading docstring of class `Redis`
- redis-py v4.3.2 contains backwards incompatible change to `redis.lock.Lock`
- redis-py v4.3.3 continues to contain backwards incompatible change to ``redis.lock.Lock``
- flask Flask error handler caching leads to inconsistent behavior
- flask open_resource() does not allow mode='rt'
- Celery Unlike what doc states, --app does not behave like -A
- Celery Celery hangs indefinitely (instead of failing) if redis is not started
- Celery Task.retry() always raises RuntimeError if task_always_eager and task_eager_propagates are
- Celery Celery timezone use default UTC timezone ignoring settings.
- Celery Redis results backend: apply_async().get() hangs forever after disconnection from
- Celery SQS MessageDeduplicationId
- uvicorn Error using websockets==4.0.1
- uvicorn Catch `HttpParserInvalidMethodError` exception
- starlette RuntimeError: Got invalid message type on lifespan protocol "http.response.start"
- httpx Use the existing runloop for sync calls in async handler
- httpx HTTP/2 connections are always active within ConnectionPool
- httpx Concurrency backends vs AnyIO
- httpx Can't handle URLs with @ character in userinfo section
- httpx h11._util.LocalProtocolError: Too little data for declared Content-Length
- httpx Client middleware API
- httpx Query params should support list-of-strings values.
- httpx Public middleware API
- httpx Fine-tuning timeouts from the default timeout config
- httpx Passing 'timeout=None' should always result in no timeout
- httpx AttributeError: module 'rfc3986.api' has no attribute 'iri_reference'
- httpx Timeout from ConnectionPool on number of concurrent requests larger than max_connections
- httpx `params` overrides query string in url
- httpx DecodingError with zlib-compressed responses
- Pydantic Type errors with @model_validator
- Pydantic Some properties do not remain private after constructing a serialised model
- Pydantic Model computed_fields from a Model Type
- Pydantic FutureDatetime accepts years 1000-1599
- Pydantic Incorrect JSON schema for discriminated unions in nested dataclasses
- Pydantic Ellipsis does not mark annotated field as required in create_model
- Pydantic v2 regression: `__setattr__` hides bugs from type checkers
- Pydantic `NameEmail` does not support parsing from json input
- Pydantic pydantic v2 memory allocation
- Pydantic dataclasses lose annotation if Field used in inherited class
- Pydantic __pydantic_config__ ignored in `TypeAdapter` for `TypedDicts`
- Pydantic Discriminator attribute missing from model schema in a forwardref in pydantic 2.6
- Pydantic Pydantic TzInfo(UTC) != datetime.UTC
- Pydantic false-positive warning wiht pydantic 2.6.0 "Unexpected extra items present in tuple"
- Pydantic Type of `examples` parameter is not checked, which may lead to invalid JSON schema
- Pydantic Weird bug that my english is not enough to describe this.
- Pydantic Recursive `dict` causes infinite recursion during schema generation
- Pydantic use_enum_values=True has no effect if another model with the same enum has
- Pydantic AssertionError when calling BaseModel.schema_json()
- Pydantic `Literal` annotation does not render type to json-schema
- Pydantic Render Enum Member Docstrings in JSON Schema
- Pydantic validate_call makes an unexpected conversion
- Pydantic Type `IPv4Address` not parsed
- Pydantic "Unexpected keyword argument" when using `ConfigDict(extra="forbid")`
- Pydantic `-Werror`-related test failures with pytest 8.x
- Pydantic GenerateSchema.match_type doesn't support classes inherited from str
- Pydantic mypy doesn't complain about non-existent attributes when setting
- Pydantic Private model attributes handled incorrectly by type checkers
- Pydantic Reconcile behavioral differences between `SerializeAsAny` annotation and
- Pydantic Pydantic to JSON Schema translation: Write a field with no default value that is not
- Pydantic Unexpected error message while using properties with pydantic models
- Pydantic UserWarning: Field name "XXX" shadows an attribute in parent "XXX"
- Pydantic Union Field: union_mode="smart" with default_factory and self reference ignores data that
- Pydantic config keyword in TypeAdapter doesn't update the model
- Pydantic Discriminated union type breaks from 2.6.3 to 2.6.4: TypeError: 'none' is not a valid
- Pydantic Cannot use model_copy(deep=True) on a model instance which was created using
- Pydantic Error when parsing a string as an integer
- Pydantic v2.7.0 TypeError in model_construct where field has a validation_alias with AliasChoices
- Pydantic Difference between TypeAdapter().json_schema and BaseModel.model_json_schema
- Pydantic v2.7.0b1 throws error when using OpenAI SDK
- Pydantic Use of __package__ in pydantic/__init__.py fails if imported from zip
- Pydantic JSON serialisation error with Secret types union.
- Pydantic Possible problem with dataclasses.dataclass and calling model_json_schema()
- Pydantic Base64Bytes field doesn't raises validation error for min_length constraint
- Pydantic New Enum validation doesn't work for custom __new__ methods
- Pydantic Memory leak when using Iterable
- Pydantic unhashable type: 'AliasPath' raised from BaseModel.model_construct()
- Pydantic Exclude private attributes (`PrivateAttr`) from dataclass constructor
- Pydantic When using min_length on Sequence field, outputted JSON schema is `minLength` instead of
- Pydantic v2.7 validation error when integer starts with `+`
- Pydantic Nested Literals together with PEP-695 type statement are failed to produce json schema
- Pydantic ImportString fails to generate JsonSchema - in fastapi openapi docs generation
- Pydantic Enum construction from float worked in v2.6.4 but fails in v2.7.1
- Pydantic misleading error message "Input should be a valid dictionary or instance" when using both
- Pydantic Default values not validated
- Pydantic Serializing computed fields returning enums
- Pydantic Schema for `Literal` differs between version 2.6 and 2.7
- Pydantic GenericModel[Any] raises ValidationError for GenericModel[SomeModel]
- Pydantic RootModel.model_construct() typing
- Pydantic Problem when serializing models with `SecretStr`s
- Pydantic `model_json_schema()` fails to include annotated third-party types: "Default value is not
- Pydantic Validation of Enum Field with Decimal Fails
- Pydantic `model_validate_json` cannot validate `Hashable`
- Pydantic Field deprecation with typing_extension.deprecated example in `doc>concepts/fields` does
- Pydantic `RootModel` from `dataclass` does not preserve extra fields
- Pydantic TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument:
- Pydantic [docs]: cannot leverage on alias_priority if alias_generator is not involved
- Pydantic Documenting `create_model` with `description`
- Pydantic `validate_call` doesn't use types from local scope
- Pydantic Suggestion: Add DefaultFactory.
- Pydantic validate_default has no effect when attribute type is Literal
- Pydantic 2.8.0 unexpectedly change `create_model()`arg `__model_name` to `model_name`
- Pydantic Referencing an external JSON Schema when generating a JSONSchema fails with a KeyError
- Pydantic Union discrimination ignored in Sequence validation
- Pydantic Mypy error: incompatible definition of `model_construct()` in multiple inheritance from
- Pydantic `multiple_of` failing on some negative floats
- Pydantic KeyError when trying to instantiate BaseModels that depend on each other
- Pydantic TypeError: '_AnnotatedAlias' object cannot be converted to 'PyType'
- Pydantic pydantic v2 slow import performance
- Pydantic default_factory passed in annotation Field silently ignored
- Pydantic validate_assignment breaks frozen for dataclasses
- Pydantic JSON schema uses allOf when adding Field(description="")
- Pydantic Nested generic inheritance
- Pydantic Using $ref" in examples raises KeyError on .model_json_schema() generation
- Pydantic Support for Snowflake DSN format
- Pydantic Failing core schema generation when importing a model with a mock schema from another
- Pydantic `PlainSerializer` not respecting `when_used` field during generation of json schema
- Pydantic Support for `annotated_types.Not`
- Pydantic AttributeError when using __future__ import with PrivateAttr in Pydantic
- Pydantic JSON Schema serialization of FloatEnums incorrectly assigns type 'numeric'
- Pydantic defaulting behavior of `Field` inside of `TypeAliasType` not working when used inside
- Pydantic __pydantic_complete__ is not updated when rebuilding dataclass
- Pydantic Performance issues related to schema cleaning
- Pydantic `KeyError` happening during schema cleaning with generic models
- Pydantic Issue using annotated_types.Predicate
- Pydantic Pydantic 2.9 requires annotated-types 0.6.0 or higher
- Pydantic Type alias for model_dump include/exclude is broken
- Pydantic Performance issues related to schema building
- Pydantic Relax default `protected_namespaces` config setting (remove `model_`)
- Pydantic "Failed to get discriminator value for tagged union serialization" when using
- Pydantic `include`/`exclude` doesn't work when using `False`
- Pydantic Wrong ordering of serializer and validator in `Annotated` breaks serialized output
- Pydantic Pydantic FilePath does not accept sockets