blob: 6bf93c1d503048dfef298152ffbb56d48ba94ac3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
--- a/gns3-server-3.1.0a5/requirements.txt 2026-08-19 18:06:12.000000000 +0200
+++ b/gns3-server-3.1.0a5/requirements.txt 2026-08-21 18:32:18.746617158 +0200
@@ -1,32 +1,31 @@
# GNS3 Server Core Dependencies
-uvicorn==0.52.4
-pydantic==2.13.4
-fastapi==0.141.1
-python-multipart==0.0.32
-websockets==16.1.1 # version 16.1.1 is the last version that supports Python 3.10
-aiohttp>=3.14.3,<3.15
-aiofiles>=25.1.0,<26.0
-Jinja2>=3.1.6,<3.2
-sentry-sdk>=2.68.0,<3 # optional dependency
+uvicorn>=0.52.0
+pydantic>=2.13.4
+fastapi>=0.141.1
+python-multipart>=0.0.32
+websockets>=16.1.1
+aiohttp>=3.13.5
+aiofiles>=25.1.0
+Jinja2>=3.1.6
+sentry-sdk>=2.68.0 # 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
-py-cpuinfo>=9.0.0,<10.0
-greenlet==3.5.3; python_version >= '3.13' # necessary to run sqlalchemy on Python >= 3.13
-sqlalchemy==2.0.52
-aiosqlite==0.22.1
-alembic==1.19.1
-bcrypt==5.0.0
-joserfc==1.7.4
-email-validator==2.3.0
-watchdog==6.0.0
-zstandard==0.25.0
+py-cpuinfo>=9.0.0
+greenlet>=3.5.3 # necessary to run sqlalchemy on Python >= 3.13
+sqlalchemy>=2.0.51
+aiosqlite>=0.22.1
+alembic>=1.19.1
+bcrypt>=5.0.0
+joserfc>=1.7.1
+email-validator>=2.3.0
+watchdog>=6.0.0
+zstandard>=0.25.0
platformdirs>=2.4.0 # fastmcp-slim >=3.4 requires >=4.0.0; upper bound removed for compatibility
truststore>=0.10.4; python_version >= '3.10'
# Shared dependencies (also used by AI Copilot)
-telnetlib3==5.0.0
-asyncssh>=2.24.0,<3
+telnetlib3>=5.0.0
+asyncssh>=2.24.0
typing-extensions>=4.16.0
requests>=2.34.2
urllib3>=2.7.0
|