You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PyFCM lists aiohttp==3.8.6 as a required dependency, however such version of the aiohttp library does not support Python 3.12. aiohttp of version 3.9.0 does support Python 3.12. Is it possible to bump aiohttp's version listed in the setup.py or change the versioning from strict match to be at least 3.8.6 (meaning setting aiohttp>=3.8.6)?
The text was updated successfully, but these errors were encountered:
Any updates on this, since aiohttp has a lot of vulnerability as well, I want to upgrade aiohttp to the latest one but I am blocked by the pyfcm version pinning.
Currently PyFCM lists
aiohttp==3.8.6
as a required dependency, however such version of the aiohttp library does not support Python 3.12. aiohttp of version 3.9.0 does support Python 3.12. Is it possible to bump aiohttp's version listed in thesetup.py
or change the versioning from strict match to be at least 3.8.6 (meaning settingaiohttp>=3.8.6
)?The text was updated successfully, but these errors were encountered: