Skip to content

Commit 9081970

Browse files
authored
Update pyproject.toml
1 parent bb694d7 commit 9081970

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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]]
216215
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
223222
]
224223
ignore_missing_imports = true
225224

0 commit comments

Comments
 (0)