We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198fed8 commit db6d8aaCopy full SHA for db6d8aa
CHANGELOG.txt
@@ -65,8 +65,6 @@
65
```ParsedResult.select_first_match(field, strategy)```
66
will return the first match for the given, or default strategy
67
68
-
69
70
0.13.1
71
* guard against incorrect warnings; see Issue#52
72
* add support for branches in github actions
setup.py
@@ -41,7 +41,7 @@
41
"pytest",
42
"pytest-httpbin",
43
"responses",
44
- "tldextract",
+ "tldextract<6.0.0", # `.registered_domain` deprecation
45
"types-beautifulsoup4",
46
"types-requests",
47
"werkzeug<2.1.0", # httpbin compat issue
0 commit comments