diff --git a/CHANGELOG b/CHANGELOG index 15643d9f..2829d67f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,11 @@ * Support for web socket console over HTTPS * Allow disabling hardware virtualization check +## 2.2.44.1 07/11/2023 + +* Catch exceptions when computing image checksums. Ref https://github.com/GNS3/gns3-server/issues/2228 +* Add freeze_support() for multiprocessing + ## 2.2.44 06/11/2023 * Bundle web-ui v2.2.44 diff --git a/requirements.txt b/requirements.txt index c94db2db..87a3036e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,7 @@ uvicorn==0.24.0.post1 fastapi==0.104.1 python-multipart==0.0.6 websockets==12.0 -aiohttp>=3.8.6,<3.9; python_version < '3.12' -aiohttp==3.9.0rc0; python_version == '3.12' +aiohttp==3.9.0 async-timeout==4.0.3 aiofiles==23.2.1 Jinja2>=3.1.2,<3.2