NCATSTranslator / Knowledge_Graph_Exchange_Registry

The Biomedical Data Translator Consortium site for development of Knowledge Graph Exchange Standards and Registry
MIT License
5 stars 3 forks source link

Upgrade release of aiohttp to 3.8 once it is released #31

Open RichardBruskiewich opened 3 years ago

RichardBruskiewich commented 3 years ago

A vexing issue in aiohttp usage required that we only use release less than 3.7.

See https://github.com/aio-libs/aiohttp-session/pull/555#pullrequestreview-614888893

Once release 3.8 of aiohttp is released, KGEA should upgrade; however, this seems to be taking a very long time. See the commentary about an alternate patch of 'returning' rather than 'raising' the Exception (in lieu of keeping the system downgraded to 3.6)

RichardBruskiewich commented 3 years ago

AIOHTTP 3.8 is still not released as of September 2021

RichardBruskiewich commented 2 years ago

aiohttp 3.8.1 now available, so am updating (verifying that system still works)