File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies = [
46
46
" more_itertools>=10.2.0" ,
47
47
" typing-extensions>=4.1.0" ,
48
48
" websockets>=14.0" ,
49
- " yarl~ =1.20 .0" ,
49
+ " yarl> =1.18 .0" ,
50
50
]
51
51
52
52
[project .optional-dependencies ]
@@ -68,7 +68,6 @@ dev = [
68
68
" crawlee[parsel]" ,
69
69
" dycw-pytest-only~=2.1.0" ,
70
70
" griffe~=1.12.0" ,
71
- " httpx~=0.27.0" , # httpx is used in docs
72
71
" mypy~=1.17.0" ,
73
72
" pre-commit~=4.3.0" ,
74
73
" pydoc-markdown~=4.8.0" ,
@@ -214,12 +213,12 @@ exclude = []
214
213
215
214
[[tool .mypy .overrides ]]
216
215
module = [
217
- ' bs4' ,
218
- ' lazy_object_proxy ' ,
219
- ' nest_asyncio ' ,
220
- ' playwright.*' ,
221
- ' scrapy.*' ,
222
- ' selenium.*' ,
216
+ ' bs4' , # Documentation
217
+ ' httpx ' , # Documentation
218
+ ' lazy_object_proxy ' , # Untyped and stubs not available
219
+ ' playwright.*' , # Documentation
220
+ ' scrapy.*' , # Untyped and stubs not available
221
+ ' selenium.*' , # Documentation
223
222
]
224
223
ignore_missing_imports = true
225
224
You can’t perform that action at this time.
0 commit comments