Fix for Install Issue
Pre-release
Pre-release
An issue has cropped up caused by an incompatibility between an openai dependency and Python 3.12. This release adds a temporary line to the requirements.txt file to install a pre-release version of that dependency, which should solve the issue getting Blawx installed, but might give rise to other errors, particularly with OpenAI summarizing features, later. Once aiohttp is compatible with 3.12, the fix to requirements.txt should be reversed.
What's Changed
- Fix Install Issue with aiohttp by @Gauntlet173 in #580
Full Changelog: v1.6.21-alpha...v1.6.22-alpha