- Requests Running requests in parallel from a zip archive can create race condition when unpacking
- Requests SSLV3_ALERT_HANDSHAKE_FAILURE after upgrade from 2.31.0 to 2.32.2
- FastAPI Context managers in `Depends` are broken after 0.106
- 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
- Pydantic Some properties do not remain private after constructing a serialised model
- Pydantic Default values not validated
- Pydantic Performance issues related to schema cleaning
- Pydantic Email parsing slowdown on edgecases
- urllib3 PyOpenSSL: Fails to import after installation with the provided instructions
- Requests TestRequests.test_pyopenssl_redirect is broken in CI
- httpx Cookies are not sent after redirect (even on same origin)
- httpx Form-encoded data with `None` as the value gets passed as string "None"
- urllib3 Issue with Parsing URIs - Breaks Security Tools when testing for Path Traversal
- urllib3 v1.26.3 breaks SSL support in Python 2.7.6
- Celery After celery lib upgrade to 5.3.3, get sql exception.
- urllib3 `python_requires` prevents install of recent urllib3 when using Poetry
- urllib3 v2.x : Breaks `assert_hostname = False`
- 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 support for quorum queues