summarylogtreecommitdiffstats
path: root/fix_requirements_for_Arch.patch
blob: 3edc7ffa1031eb70f3fcfc179e7fb424bd5d8ac3 (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
--- a/gns3-server-3.0.6/requirements.txt	2026-01-28 15:30:36.000000000 +0100
+++ b/gns3-server-3.0.6/requirements.txt	2026-01-31 12:29:26.972937809 +0100
@@ -1,24 +1,23 @@
-uvicorn==0.39.0  # version 0.39.0 is the last version supporting Python 3.9
-pydantic==2.12.5
-fastapi==0.128.0
-python-multipart==0.0.20  # version 0.0.20 is the last to support Python 3.9
-websockets==15.0.1  # version 15.0.1 is the last to support Python 3.9
-aiohttp>=3.13.3,<3.14
-aiofiles>=25.1.0,<26.0
-Jinja2>=3.1.6,<3.2
-sentry-sdk>=2.50.0,<3  # optional dependency
+uvicorn>=0.38.0
+pydantic>=2.12.5
+fastapi>=0.128.0
+python-multipart>=0.0.20
+websockets>=15.0.1
+aiohttp>=3.13.3
+aiofiles>=25.1.0
+Jinja2>=3.1.6
+sentry-sdk>=2.50.0
 psutil>=7.2.1
-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.3.1; python_version >= '3.13' # necessary to run sqlalchemy on Python >= 3.13
-sqlalchemy==2.0.43
-aiosqlite==0.21.0
-alembic==1.15.2
-bcrypt==5.0.0
-joserfc==1.6.1
-email-validator==2.3.0
-watchdog==6.0.0
-zstandard==0.25.0
-platformdirs>=2.4.0,<3  # platformdirs >=3 conflicts when building Debian packages
-truststore>=0.10.4; python_version >= '3.10'
+py-cpuinfo>=9.0.0
+greenlet>=3.3.1
+sqlalchemy>=2.0.43
+aiosqlite>=0.21.0
+alembic>=1.15.2
+bcrypt>=5.0.0
+joserfc>=1.6.1
+email-validator>=2.3.0
+watchdog>=6.0.0
+zstandard>=0.25.0
+platformdirs>=2.4.0
+truststore>=0.10.4