diff --git a/maloja/thirdparty/deezer.py b/maloja/thirdparty/deezer.py index 9fa426c..dfac7a8 100644 --- a/maloja/thirdparty/deezer.py +++ b/maloja/thirdparty/deezer.py @@ -34,6 +34,6 @@ class Deezer(MetadataInterface): self.delay += 1 # this is permanent (for the lifetime of the process) # but that's actually ok - # since hitting the rate limit means we are doing this to fast + # since hitting the rate limit means we are doing this too fast # and these requests arent really time sensitive raise RateLimitExceeded() diff --git a/pyproject.toml b/pyproject.toml index d2f6f21..a753370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "jinja2>=3.0.0", "lru-dict>=1.1.6", "psutil>=5.8.0", - "sqlalchemy>=1.4", + "sqlalchemy>=2.0", "python-datauri>=1.1.0", "requests>=2.27.1", "setuptools>68.0.0" diff --git a/requirements.txt b/requirements.txt index 477c4f8..940b543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ setproctitle>=1.1.10 jinja2>=3.0.0 lru-dict>=1.1.6 psutil>=5.8.0 -sqlalchemy>=1.4 +sqlalchemy>=2.0 python-datauri>=1.1.0 requests>=2.27.1 setuptools>68.0.0