mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Update packages in requirements.txt
This commit is contained in:
parent
97bf94e06e
commit
8b3d136a84
@ -1,13 +1,13 @@
|
||||
# GNS3 Server Core Dependencies
|
||||
uvicorn==0.44.0
|
||||
pydantic==2.13.2
|
||||
fastapi==0.136.0
|
||||
python-multipart==0.0.26 # fix CVE-2026-40347
|
||||
uvicorn==0.46.0
|
||||
pydantic==2.13.4
|
||||
fastapi==0.136.1
|
||||
python-multipart==0.0.27
|
||||
websockets==16.0
|
||||
aiohttp>=3.13.5,<3.14
|
||||
aiofiles>=25.1.0,<26.0
|
||||
Jinja2>=3.1.6,<3.2
|
||||
sentry-sdk>=2.58.0,<3 # optional dependency
|
||||
sentry-sdk>=2.59.0,<3 # optional dependency
|
||||
psutil>=7.2.2
|
||||
async-timeout>=5.0.1,<5.1; python_version < '3.11' # this library has effectively been upstreamed into Python 3.11+
|
||||
distro>=1.9.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user