Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions ai-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
fastapi==0.115.12
uvicorn[standard]==0.34.3
pydantic==2.11.3
pydantic-settings==2.9.1
orjson==3.10.18
fastapi==0.141.1
uvicorn[standard]==0.52.4
pydantic==2.13.5
pydantic-settings==2.15.0
orjson==3.12.0
pybase64==1.5.0

mediapipe==0.10.21
mediapipe==0.10.35
opencv-python-headless==4.11.0.86
numpy<2

dtaidistance==2.3.12
dtaidistance==2.4.0

python-multipart==0.0.32

grpcio>=1.83.0
grpcio-tools>=1.62.1
protobuf==4.25.8
protobuf==4.25.9

# fastapi.testclient 가 사용. 운영에서도 ai-server 가 외부 호출 시 활용 가능
httpx==0.28.1

# 관측 스택이 AI 를 긁을 수 있게 (#151). 스냅샷(GET /frame-path)과 달리 이건 **시계열**이다 —
# 이 이슈가 mysqld_exporter 를 들일 때 쓴 잣대를 AI 에도 같게 적용한 결과다.
prometheus-client==0.21.1
prometheus-client==0.26.0
Loading