Merge branch '2.2' into 3.0

# Conflicts:
#	CHANGELOG
#	gns3server/crash_report.py
#	gns3server/main.py
#	gns3server/version.py
#	gns3server/web/web_server.py
#	requirements.txt
pull/2362/head
grossmj 7 months ago
commit ff7e10fa7f

@ -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

@ -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

Loading…
Cancel
Save