Merge branch '2.2' into 3.0
Some checks failed
testing / build (ubuntu-latest, 3.10) (push) Has been cancelled
testing / build (ubuntu-latest, 3.11) (push) Has been cancelled
testing / build (ubuntu-latest, 3.12) (push) Has been cancelled
testing / build (ubuntu-latest, 3.13) (push) Has been cancelled
testing / build (ubuntu-latest, 3.9) (push) Has been cancelled

# Conflicts:
#	requirements.txt
This commit is contained in:
grossmj 2025-03-18 21:34:43 +07:00
commit 8e6f5d2b57
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -6,9 +6,10 @@ websockets==15.0
aiohttp>=3.11.13,<3.12
async-timeout==5.0.1; python_version < '3.11'
aiofiles>=24.1.0,<25.0
Jinja2>=3.1.5,<3.2
sentry-sdk>=2.22,<2.23 # optional dependency
psutil>=7.0.0
Jinja2>=3.1.6,<3.2
sentry-sdk>=2.19.2,<2.20 # optional dependency
psutil>=6.1.1
async-timeout>=5.0.1,<5.1
distro>=1.9.0
py-cpuinfo>=9.0.0,<10.0
greenlet==3.1.1 # necessary to run sqlalchemy on Python 3.13