mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 11:02:08 +02:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user