From 6d380c90f1c386976000eba0bd99a6b093ec0275 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 12 Dec 2021 21:09:01 -0600 Subject: [PATCH] meta: Update python-libdiscid Version 1.x doesn't work on Python 3.10. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa7a167..3704eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ pyudev = { version = "^0.22.0", optional = true } rich = "^9.6.2" typer = "^0.3.2" pydantic = "^1.7.3" -python-libdiscid = "^1.1" +python-libdiscid = "^2.0.1" musicbrainzngs = "^0.7.1" mutagen = "^1.45.1"