Skip to content

Commit ae54a6f

Browse files
committed
Naprawa i aktualizacja zależności środowiska
1 parent 90ae752 commit ae54a6f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.idx/dev.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}))
2828
python311Packages.google-auth
2929
python311Packages.google-auth-oauthlib
30-
python311Packages.google-assistant-sdk
30+
python311Packages.google-assistant-grpc
3131
python311Packages.grpcio
3232
python311Packages.protobuf
3333

requirements-ci.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Excludes heavy ML models to speed up CI pipeline
33

44
# Web Framework
5-
fastapi==0.115.5
6-
uvicorn==0.32.1
5+
fastapi==0.111.0
6+
uvicorn==0.29.0
77

88
# HTTP Client
99
httpx==0.27.2
@@ -12,8 +12,8 @@ httpx==0.27.2
1212
pyzmq==26.4.0
1313

1414
# Task Queue
15-
redis==5.0.1
16-
celery==5.3.4
15+
redis==5.0.4
16+
celery==5.4.0
1717

1818
# Monitoring & Metrics
1919
prometheus-client==0.21.0

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Python 3.9+
33

44
# Web Framework
5-
fastapi==0.115.5
6-
uvicorn[standard]==0.32.1
5+
fastapi==0.111.0
6+
uvicorn[standard]==0.29.0
77

88
# HTTP Client
99
httpx==0.27.2
@@ -12,8 +12,8 @@ httpx==0.27.2
1212
pyzmq==26.4.0
1313

1414
# Task Queue
15-
redis==5.0.1
16-
celery==5.3.4
15+
redis==5.0.4
16+
celery==5.4.0
1717

1818
# Monitoring & Metrics
1919
prometheus-client==0.21.0
@@ -40,7 +40,7 @@ numpy==1.26.4
4040
torch==2.5.1
4141
piper-tts==1.2.0
4242
ollama==0.4.4
43-
mediapipe==0.10.7
43+
mediapipe==0.10.11
4444

4545
# RAG (Knowledge Base)
4646
chromadb==0.5.23

0 commit comments

Comments
 (0)