Skip to content

Commit

Permalink
critical: fix dateparser/regex issue (scrapinghub/dateparser#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Mar 16, 2022
1 parent 754ce94 commit b885f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -84,6 +84,7 @@ def get_version(package):
'dateparser >= 1.1.0',
'lxml >= 4.6.4',
'python-dateutil >= 2.8.2',
'regex <= 2022.3.2', # due to dateparser bug
'urllib3 >= 1.26, <2',
],
extras_require=extras,
Expand Down

0 comments on commit b885f3d

Please sign in to comment.