Skip to content

[deploy] prod EB Python 3.14 의존성 충돌 해결 및 prod 재배포#127

Merged
selnem merged 2 commits into
prodfrom
develop
Jun 15, 2026
Merged

[deploy] prod EB Python 3.14 의존성 충돌 해결 및 prod 재배포#127
selnem merged 2 commits into
prodfrom
develop

Conversation

@selnem

@selnem selnem commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

[deploy] prod EB Python 3.14 의존성 충돌 해결 및 prod 재배포

@selnem selnem self-assigned this Jun 15, 2026
@selnem selnem added the 🚀 deploy 배포 label Jun 15, 2026
@selnem selnem merged commit ebeb475 into prod Jun 15, 2026
2 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

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.

Code Review

This pull request removes the google-ai-generativelanguage and google-generativeai dependencies from requirements.txt and updates the versions of grpcio-status and protobuf. The review feedback correctly identifies that the specified versions for both grpcio-status (1.80.0) and protobuf (6.33.6) do not exist on PyPI, which will cause installation and deployment failures. You should update these to valid, existing package versions.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread requirements.txt
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 단계에서 의존성을 찾지 못해 빌드가 실패하게 됩니다. 프로젝트 환경에 맞는 실제 존재하는 버전으로 변경이 필요합니다.

Comment thread requirements.txt
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant