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 = [
4646 " more_itertools>=10.2.0" ,
4747 " typing-extensions>=4.1.0" ,
4848 " websockets>=14.0" ,
49- " yarl~ =1.20 .0" ,
49+ " yarl> =1.18 .0" ,
5050]
5151
5252[project .optional-dependencies ]
@@ -68,7 +68,6 @@ dev = [
6868 " crawlee[parsel]" ,
6969 " dycw-pytest-only~=2.1.0" ,
7070 " griffe~=1.12.0" ,
71- " httpx~=0.27.0" , # httpx is used in docs
7271 " mypy~=1.17.0" ,
7372 " pre-commit~=4.3.0" ,
7473 " pydoc-markdown~=4.8.0" ,
@@ -214,12 +213,12 @@ exclude = []
214213
215214[[tool .mypy .overrides ]]
216215module = [
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
223222]
224223ignore_missing_imports = true
225224
You can’t perform that action at this time.
0 commit comments