Skip to content
Merged
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
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,18 @@ freetype-py==2.5.1
frozenlist==1.8.0
fsspec==2026.4.0
GeoAlchemy2==0.18.0
google-ai-generativelanguage==0.6.15
google-api-core==2.30.3
google-api-python-client==2.194.0
google-auth==2.49.2
google-auth-httplib2==0.3.1
google-genai==1.74.0
google-generativeai==0.8.6
googleapis-common-protos==1.74.0
greenlet==3.2.4
griffe==2.0.2
griffecli==2.0.2
griffelib==2.0.2
grpcio==1.80.0
grpcio-status==1.71.2
grpcio-status==1.80.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

현재 PyPI(Python Package Index) 기준으로 grpcio-status 라이브러리의 1.80.0 버전은 존재하지 않습니다. (현재 최신 안정 버전은 1.70.0 대역입니다.)

존재하지 않는 버전을 명시할 경우, Elastic Beanstalk 배포 시 pip install 단계에서 의존성을 찾지 못해 빌드가 실패하게 됩니다. 프로젝트 환경에 맞는 실제 존재하는 버전으로 변경이 필요합니다.

h11==0.16.0
helper-hwp==0.5.6
helper-md-doc==0.5.15
Expand Down Expand Up @@ -92,7 +90,7 @@ playwright==1.60.0
pluggy==1.6.0
propcache==0.4.1
proto-plus==1.27.2
protobuf==5.29.6
protobuf==6.33.6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

현재 PyPI 기준으로 protobuf 라이브러리의 6.33.6 버전은 존재하지 않습니다. (현재 최신 버전은 5.29.x 대역입니다.)

이전 버전인 5.29.6 역시 존재하지 않는 버전일 가능성이 높으며, 이로 인해 패키지 설치 중 오류가 발생할 수 있습니다. 실제로 배포 가능한 버전(예: 5.29.3 등)으로 명시해 주시기 바랍니다.

protobuf==5.29.3

psycopg==3.3.3
psycopg-binary==3.3.3
psycopg2-binary==2.9.12
Expand Down
Loading