1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Upgrade FastAPI version to 0.101.0

This commit is contained in:
grossmj 2023-08-05 20:13:30 +10:00
parent d44f6eb2f1
commit 05d594f3cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]

View File

@ -1,5 +1,5 @@
uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7
fastapi==0.100.1
fastapi==0.101.0
python-multipart==0.0.6
websockets==11.0.3
aiohttp>=3.8.5,<3.9