We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89b984 commit 9134478Copy full SHA for 9134478
1 file changed
pyproject.toml
@@ -48,7 +48,8 @@ basedpyright = ['basedpyright >= 1.4.0']
48
# mostly pinned for tox testing except dev group
49
[dependency-groups]
50
basic = [
51
- "types-html5lib ~= 1.1.11",
+ # pyright unhappy with 20250516 Incomplete change
52
+ "types-html5lib == 1.1.11.20241018",
53
"typing_extensions == 4.12.2; python_version < '3.13'",
54
"cssselect == 1.2.0; python_version <= '3.8'",
55
"cssselect == 1.3.0; python_version >= '3.9'",
0 commit comments