Please read this first
- Have you read the docs? Yes
- Have you searched for related issues? Yes, searched
types-requests.
Describe the feature
types-requests should be a dev dependency, not a direct dependency of the package because it should have no effect at runtime. Additionally, the latest releases of requests include inline type hints: https://github.com/psf/requests/blob/HEAD/HISTORY.md#2340-2026-05-11 which means anyone using openai-agents gets a types-requests package that differs from the bundled type hints.
Please read this first
types-requests.Describe the feature
types-requestsshould be a dev dependency, not a direct dependency of the package because it should have no effect at runtime. Additionally, the latest releases of requests include inline type hints: https://github.com/psf/requests/blob/HEAD/HISTORY.md#2340-2026-05-11 which means anyone using openai-agents gets a types-requests package that differs from the bundled type hints.