- redis-py asyncio RedisCluster is not working for Amazon Elasticache
- redis-py 'UnixDomainSocketConnection' object has no attribute '_command_packer'
- Requests Possible Memory Leak
- 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
- redis-py Retry Mechanism Fails When Redis Container is Paused
- httpx Using a Client with a proxy to plain http endpoints returns 200 for the first, and 404 for
- 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
- 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 Bug with merging base_url with relative path if colon present in path
- Requests Adapter is eating MaxRetriesError's and throwing other errors
- uvicorn Error using websockets==4.0.1
- httpx Erroneous Infinite Redirect Loop detected
- Pydantic config keyword in TypeAdapter doesn't update the model
- Pydantic validate_assignment breaks frozen for dataclasses
- urllib3 urllib3 keeps connection open after failed fingerprint validation
- urllib3 ca_cert_dir keyword argument may be passed to HTTPConnectionPool by accident.
- urllib3 PyOpenSSL: Fails to import after installation with the provided instructions
- urllib3 Accessing HTTPS sites through proxy
- Requests netrc reading does not respect NETRC environment variable
- Requests IOError when making https requests from executable zip archive
- Requests cannot use json() on request in python 3.7 (TypeError: must be str, not bytes)
- Requests Website and documentation are offline
- Requests Getting http://.example.com raises UnicodeError
- Requests Preparing a request body without headers throws a TypeError
- Requests GHA: Tests fail with ubuntu-20.04
- Requests TestRequests.test_pyopenssl_redirect is broken in CI
- uvicorn Crash when using --reload and SSL certificate
- uvicorn Gunicorn with UvicornWorker is not respecting the timeout
- uvicorn Error during WebSocket handshake: Unexpected response code: 400 (anonymous) @ (index):16
- uvicorn Websockets implementation does not clean properly tasks if handshake fails
- starlette TestClient.request does not honor timeout
- starlette RedirectResponse call to `quote_plus` replaces spaces & `%20`'s with `+` character
- httpx Transport API
- httpx BoundedSemaphore error when using proxies with async client
- httpx 0.13: some `httpcore` exceptions are missing from top level package
- httpx ASGI requests are routed through proxy
- httpx Response cookies are not ingested properly in 0.14.0
- httpx User-provided Content-Length header is missing from streaming requests
- httpx auth doesn't seem to be used in Client.stream
- httpx Async client does not close underlying stream thus leaving connection active which leads to
- httpx Path encoding broken for non-ASCII in WSGI mode
- httpx Cookies are not sent after redirect (even on same origin)
- httpx Customize Keep-Alive timeout
- httpx HTTPS proxies support
- httpx Form-encoded data with `None` as the value gets passed as string "None"
- Pydantic Support "default" in generated schema when default_factory is used
- urllib3 Add `other` counter to Retry for fully fine-grained retry configuration
- urllib3 UnicodeError while processing invalid redirect
- urllib3 parse_retry_after() in utils/retry.py computes seconds incorrectly when Retry-After value
- urllib3 SecureTransport does not close unverified connections correctly
- urllib3 keylog_filename triggering error when SSLKEYLOGFILE is not set
- urllib3 v.1.26+ doesn't support SSL in python 2.7.6
- urllib3 v1.26.3 breaks SSL support in Python 2.7.6
- urllib3 HTTPSConnection fails when assert_hostname is True
- urllib3 Cert verify on subjectAltName->"IP Address" not working when doing IPv6 via a proxy
- urllib3 Hostname matching doesn't strip trailing '.' when connecting with proxy
- urllib3 Incorrect "Your proxy appears to only use HTTP and not HTTPS" error message during
- urllib3 OverflowError: signed integer is greater than maximum
- 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)
- uvicorn 0.16.0: pytetst is failing in random units when `pytest-randomly` is used
- uvicorn Regression (?) with uvicorn workers
- uvicorn Incorrect websocket close code on server shutdown
- starlette Disconnect event not received when using TestClient
- starlette Starlette 0.15.0 breaks SessionMiddleware by adding ASGI Path for Subroutes using Mount
- starlette Wrong unauthorized WebSocket status code
- starlette incompatible type and expected "type[_MiddlewareClass[[]]]" [arg-type]
- httpx Document the `extensions` API.
- urllib3 urllib3 2 causes partial response to be returned (using requests 2.30.0)
- urllib3 v2.x : Breaks `assert_hostname = False`
- urllib3 test_socketlevel has some flaky tests
- urllib3 request(..., preload_content=False).read(-1) raises an unexpected Exception
- urllib3 Incorrect behaviour of `proxy_is_verified`
- urllib3 Handle OpenSSL 3.2.0 new error message for unexpected unencrypted records
- urllib3 pypy tests often fail in CI with reason "cancelled after 30 minutes"
- urllib3 ReadTimeoutError doesn't pickle / maintain the str parsing
- urllib3 Resolve environment variables (and home directory?) within SSLKEYLOGFILE path
- urllib3 Redirects do not work on a PoolManager configured with custom retries
- FastAPI Regression between 0.113.0 and 0.114.0: OAuth2PasswordRequestForm used to accept
- Celery Celery 4.4.7 attempts to use amqp despite being given Redis broker_url & result_backend