Skip to content

Commit 47b6d41

Browse files
authored
fix: pin a minimal dateparser version to prevent warnings
A bunch of warning such as this one are fired during the handling of Wiktionary dumps: scrapinghub/dateparser#1246 Moving to the [v1.3.0](https://github.com/scrapinghub/dateparser/releases/tag/v1.3.0) fixes them.
1 parent 9905b1f commit 47b6d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.10"
3939
dependencies = [
40-
"dateparser",
40+
"dateparser>=1.3.0",
4141
"lupa",
4242
"lxml",
4343
"mediawiki_langcodes",

0 commit comments

Comments
 (0)