- redis-py asyncio RedisCluster is not working for Amazon Elasticache
- redis-py WRONGPASS response doesn't raise AuthenticationError exception
- Requests URL proxy auth with empty passwords doesn't emit auth header.
- 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 Test regressions with urllib3 2.4.0 on Python 3.13
- FastAPI poor quality traceback / useful stack frames not present when exceptions raised in sync
- FastAPI 0.120.3 breaks `SecurityBase` based dependencies in OpenAPI
- FastAPI OAuth2 security schemes duplicated in OpenAPI, with and without scopes, when used at the
- 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
- httpx HTTP/2 connections are always active within ConnectionPool
- httpx Can't handle URLs with @ character in userinfo section
- httpx Client middleware API
- httpx Public middleware API
- httpx DecodingError with zlib-compressed responses
- Pydantic Use of __package__ in pydantic/__init__.py fails if imported from zip
- Pydantic Relax default `protected_namespaces` config setting (remove `model_`)
- Pydantic mypy incorrectly identifies argument of method within a model_serializer as incorrect
- Pydantic TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument:
- Pydantic 2.10: dataclass config issues (`arbitrary_types_allowed`, aliases, etc)
- urllib3 IndexError when handle malformed http response
- urllib3 Accessing HTTPS sites through proxy
- uvicorn Reloader only reloads once
- uvicorn Gunicorn+UvicornWorker,access log not working after logrotate access log file.
- starlette "Task was destroyed but it is pending!" error when middleware dispatch func discards
- httpx When using httpx.Client with proxies, authentication fails
- httpx base_url strips relative path
- httpx Sync client fails on ASGI apps with unhelpful traceback
- httpx Clearing authorization at the request level.
- httpx Supporting async auth flows.
- httpx Auth fails for responses that include multiple WWW-Authenticate headers.
- httpx auth doesn't seem to be used in Client.stream
- httpx Cookies are not sent after redirect (even on same origin)
- httpx Reconsider UNSET?
- httpx Cannot request resources with paths that include a mix of path separator slashes and
- httpx Customize Keep-Alive timeout
- Pydantic Issues with disabled core schema validation
- urllib3 Can't connect to IPv6 Address with Zone ID
- urllib3 Allow using HTTPHeaderDict and multiple header keys in requests
- urllib3 IPv6 zone ID shouldn't be used during certificate hostname matching
- Requests parsing of proxy url broken with requests 2.27.0
- Requests Breaking change in 2.28.0 when using string enums as Headers (working in v2.27.1)
- redis-py sentinel_get_master_addr_by_name() returns boolean instead of (host, port) pair
- flask The `template_filter` decorator doesn't work if you don't pass an argument
- Celery AttributeError: 'DisabledBackend' object has no attribute '_restore_group'
- Celery Missing Import in Documentation in Django tutorial
- Celery RedisBackend does not retry on store_result even with result_backend_always_retry=True
- uvicorn Regression (?) with uvicorn workers
- starlette Wrong unauthorized WebSocket status code
- starlette incompatible type and expected "type[_MiddlewareClass[[]]]" [arg-type]
- starlette TestClient.__enter__ return type error for subclasses
- httpx When using proxy the request downgrades to HTTP/1
- httpx Reverting #2354
- httpx 0.27.0: replacing `app=app` with `transport=ASGITransport(app)` doesn't type check
- Pydantic Tell Pydantic to not generate JSON schema with $ref $defs
- Pydantic Warning about 'alias' being unused in the `Field()` function in specific contexts seems
- urllib3 `python_requires` prevents install of recent urllib3 when using Poetry
- FastAPI HTTPBearer security scheme is returning 403 instead or 401
- FastAPI Regression between 0.113.0 and 0.114.0: OAuth2PasswordRequestForm used to accept
- Celery chord of chains with groups: body duplication and invalid task execution order
- flask raising HTTPException does not cause got_request_exception signal to be emitted