Skip to content
Closed
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
2 changes: 1 addition & 1 deletion ai-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ grpcio>=1.83.0
# 생성기 버전 고정 — 커밋된 exercise_pb2*.py 는 이 버전의 protoc 로 만든 것이고, CI 가 재생성해서
# 같은지 검사한다(ai-server-test.yml). 범위로 두면 러너마다 다른 산출물이 나와 검사가 거짓 실패한다.
# 1.62.x 인 이유: protobuf==4.25.x 와 호환되는 마지막 계열(1.63+ 는 protobuf 5 를 요구).
grpcio-tools==1.62.3
grpcio-tools==1.83.1
protobuf==4.25.8

# fastapi.testclient 가 사용. 운영에서도 ai-server 가 외부 호출 시 활용 가능
Expand Down
Loading