build: add types-requests to dev deps

The old openai-agents pin pulled types-requests in transitively; 0.19.0 does
not, so mypy lost the requests stubs. Depend on them directly.
This commit is contained in:
Ahmed Allam
2026-08-04 06:14:54 +03:00
parent 3bcf3778f0
commit ea6d53f4e9
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ dev = [
"pyinstaller>=6.17.0; python_version >= '3.12' and python_version < '3.15'",
"pytest>=8.3",
"pytest-asyncio>=0.24",
"types-requests>=2.32",
]
[tool.pytest.ini_options]