Skip to content

Commit 49c59d9

Browse files
Revert "Pin requests-file during typecheck"
The types are fixed in 3.0.1. This reverts commit 25643e4.
1 parent 6e49ea5 commit 49c59d9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tldextract/suffix_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from typing import cast
1010

1111
import requests
12-
from requests_file import FileAdapter # type: ignore[import-untyped]
12+
from requests_file import FileAdapter
1313

1414
from .cache import DiskCache
1515

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ extras = testing
1919
[testenv:typecheck]
2020
basepython = python3.9
2121
commands = mypy --show-error-codes scripts tldextract tests
22-
deps =
23-
# Exclude 3.0 due to type error. Await fix in https://codeberg.org/dashea/requests-file/pulls/43
24-
requests-file>=1.4,<3.0
2522
extras = testing

0 commit comments

Comments
 (0)