Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if aiohttp >= 3.9.1 works on Python < 3.11 #1249

Closed
qstokkink opened this issue Dec 5, 2023 · 1 comment · Fixed by #1255
Closed

Check if aiohttp >= 3.9.1 works on Python < 3.11 #1249

qstokkink opened this issue Dec 5, 2023 · 1 comment · Fixed by #1255
Assignees
Labels
priority: medium Enhancements, features or exotic bugs

Comments

@qstokkink
Copy link
Collaborator

Currently, our dependencies are a bit tricky as Python 3.11 and later required aiohttp>=3.9.0b0 to work and lower versions of IPv8 didn't support this:

aiohttp==3.8.6; python_version<'3.11'
aiohttp>=3.9.0b0; python_version>='3.11'

There is now a stable release > 3.8.6 and we should try merging the dependencies for all IPv8 versions A.S.A.P.

@qstokkink qstokkink added the priority: medium Enhancements, features or exotic bugs label Dec 5, 2023
@qstokkink qstokkink self-assigned this Jan 8, 2024
@qstokkink
Copy link
Collaborator Author

The resolution to this issue also addresses CVE-2023-49081 for all Python versions > 3.7.

Python 3.7 itself is end of life and users are implored to update to a newer version of Python at their earliest convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Enhancements, features or exotic bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant