diff --git a/pyproject.toml b/pyproject.toml index 90c3de7a71..e97a8aec7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pyarrow", "pygments", "python-json-logger>=2.0.0", - "pytimeparse>=1.1.8,<2.0.0", + "pytimeparse>=1.1.8", "pyyaml!=6.0.0,!=5.4.0,!=5.4.1", # pyyaml is broken with cython 3: https://github.com/yaml/pyyaml/issues/601 "requests>=2.18.4", "rich",