revert changes
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 7 Dec 2022 23:31:56 +0000 (00:31 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 7 Dec 2022 23:31:56 +0000 (00:31 +0100)
requirements.txt
setup.py

index be13ffff57c517bee6c10a2f566867f79ba54894..eac43ae78bad47e4abf6dc05240d2366e57fb16b 100644 (file)
@@ -2,7 +2,7 @@ async-timeout>=3.0,<=4.0.2
 aiohttp>=3.7.0,>=3.8.1
 asyncio-throttle>=1.0,<=1.0.2
 aiofiles>=0.7.0,<22.1.1
--e git+https://github.com/music-assistant/databases@fix-breaking-sqlalchemy-cursor-changes#databases==0.6.3
+databases>=0.6.3
 aiosqlite>=0.13,<=0.17
 python-slugify>=4.0,<7.0.1
 memory-tempfile<=2.2.3
index 1d9b7e2c37692deb08fcbbe2ecb74ba6ea5e44b1..a379ef4d00c448b03da9858c1b01cff09db58959 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from setuptools import find_packages, setup
 
 PROJECT_NAME = "Music Assistant"
 PROJECT_PACKAGE_NAME = "music_assistant"
-PROJECT_VERSION = "1.8.9"
+PROJECT_VERSION = "1.8.8"
 PROJECT_REQ_PYTHON_VERSION = "3.9"
 PROJECT_LICENSE = "Apache License 2.0"
 PROJECT_AUTHOR = "Marcel van der Veldt"