diff --git a/pyproject.toml b/pyproject.toml index 715a8c9..420ad20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maloja" -version = "2.13.4" +version = "2.14.0" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6" @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "bottle>=0.12.16", "waitress>=1.3", - "doreah>=1.7.2", + "doreah>=1.7.2, <2", "nimrodel>=0.7.0", "setproctitle>=1.1.10", "wand>=0.5.4",