Skip to content

Commit ad21c73

Browse files
committed
Downgrade crosshair plugin for chart.js compatibility
1 parent 0f03895 commit ad21c73

3 files changed

Lines changed: 5814 additions & 31312 deletions

File tree

backend/requirements.txt

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
aiodocker==0.21.0
2-
aiosqlite==0.19.0
3-
aiostream==0.4.4
4-
alembic==1.10.4
5-
bcrypt==4.0.1
6-
certifi==2023.7.22
7-
cffi==1.15.1
8-
chardet==4.0.0
9-
click==8.1.6
10-
databases==0.6.2
11-
dnspython==2.3.0
12-
docker==6.1.2
1+
aiodocker==0.24.0
2+
aiosqlite==0.21.0
3+
aiostream==0.7.0
4+
alembic==1.16.2
5+
bcrypt==4.3.0
6+
certifi==2025.6.15
7+
cffi==1.17.1
8+
chardet==5.2.0
9+
click==8.2.1
10+
databases==0.9.0
11+
dnspython==2.7.0
12+
docker==7.1.0
1313
# docker-compose==2.20.0 (wrong version cant deploy)
14-
email-validator==1.3.1
15-
fastapi==0.103.1
14+
email-validator==2.2.0
15+
fastapi==0.115.14
1616
# fastapi-jwt-auth==0.6.1 (wrong version cant deploy)
1717
fastapi-jwt-auth==0.5.0
18-
gunicorn==20.1.0
19-
h11==0.14.0
20-
httptools==0.5.0
21-
idna==3.4
22-
python-jose==3.3.0
23-
makefun==1.15.0
24-
mysqlclient==2.2.0
18+
gunicorn==23.0.0
19+
h11==0.16.0
20+
httptools==0.6.4
21+
idna==3.10
22+
python-jose==3.5.0
23+
makefun==1.16.0
24+
mysqlclient==2.2.7
2525
passlib==1.7.4
2626
# passlib==1.8.1 (wrong version cant deploy)
27-
psycopg2-binary==2.9.7
28-
pycparser==2.21
29-
pydantic==2.0.2
27+
psycopg2-binary==2.9.10
28+
pycparser==2.22
29+
pydantic==2.11.7
3030
# PyJWT==2.7.0
31-
PyJWT==1.7.1
32-
python-multipart==0.0.6
33-
PyYAML==6.0.1
34-
requests==2.31.0
35-
six==1.16.0
36-
sh==1.14.3
31+
PyJWT==2.10.1
32+
python-multipart==0.0.20
33+
PyYAML==6.0.2
34+
requests==2.32.4
35+
six==1.17.0
36+
sh==2.2.2
3737
# SQLAlchemy==2.0.20
38-
SQLAlchemy==1.4.41
39-
starlette==0.27.0
38+
SQLAlchemy==2.0.41
39+
starlette==0.47.1
4040
# sse-starlette==1.4.1 (wrong version cant deploy)
41-
sse-starlette==2.1.3
42-
typing-extensions==4.7.1
43-
urllib3==2.0.4
44-
uvicorn==0.22.0
45-
uvloop==0.17.0
41+
sse-starlette==2.3.6
42+
typing-extensions==4.14.0
43+
urllib3==2.5.0
44+
uvicorn==0.35.0
45+
uvloop==0.21.0
4646
# websocket-client==1.7.2 (wrong version cant deploy)
47-
websocket-client==1.6.4
48-
websockets==11.0.2
49-
wheel==0.41.0
50-
setuptools==68.0.0
47+
websocket-client==1.8.0
48+
websockets==15.0.1
49+
wheel==0.45.1
50+
setuptools==80.9.0

0 commit comments

Comments
 (0)