Conversation
hotfix: 의존성 충돌 문제 해결
There was a problem hiding this comment.
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.
| griffelib==2.0.2 | ||
| grpcio==1.80.0 | ||
| grpcio-status==1.71.2 | ||
| grpcio-status==1.80.0 |
| propcache==0.4.1 | ||
| proto-plus==1.27.2 | ||
| protobuf==5.29.6 | ||
| protobuf==6.33.6 |
[deploy] prod EB Python 3.14 의존성 충돌 해결 및 prod 재배포