diff --git a/pyproject.toml b/pyproject.toml index 4be3299b..100d4b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ "Topic :: Text Processing :: Linguistic", ] dependencies = [ - "dateparser == 1.1.1", + "dateparser >= 1.1.1", "defusedxml == 0.7.1", "fastapi == 0.77.1", "jinja2 == 3.1.2",