What happened?
agents-cli deploy --project YOUR_PROJECT_ID --region us-central1 fails, and my workaround is copying an old uv.lock which has slightly old versions of the packages compared to the new uv.lock
Steps to Reproduce
- agents-cli scaffold create customer-support-agent --prototype --yes
- agents-cli scaffold enhance --deployment-target agent_runtime --yes
- agents-cli deploy --project YOUR_PROJECT_ID --region us-central1
What did you expect to happen?
- It should deploy
Client information
Client Information
❯ agents-cli info
CLI version: 0.1.3
CLI install path: /Users/ihong/.local/share/uv/tools/google-agents-cli/lib/python3.14/site-packages/google/agents/cli
OS info: macOS-26.5-arm64-arm-64bit-Mach-O
Installed skills: none
Project root: /Users/xyz/src/gemini-cli-projects/agents-cli/customer-support-agent
Project name: customer-support-agent
Deployment target: agent_runtime
Agent directory: app
Region: us-east1
Command Output / Logs
error:
code: 3
message: |-
Build failed. The issue might be caused by incorrect code, requirements.txt file or other dependencies.
Anything else we need to know?
None
What happened?
agents-cli deploy --project YOUR_PROJECT_ID --region us-central1 fails, and my workaround is copying an old uv.lock which has slightly old versions of the packages compared to the new uv.lock
Steps to Reproduce
What did you expect to happen?
Client information
Client Information
❯ agents-cli info
CLI version: 0.1.3
CLI install path: /Users/ihong/.local/share/uv/tools/google-agents-cli/lib/python3.14/site-packages/google/agents/cli
OS info: macOS-26.5-arm64-arm-64bit-Mach-O
Installed skills: none
Project root: /Users/xyz/src/gemini-cli-projects/agents-cli/customer-support-agent
Project name: customer-support-agent
Deployment target: agent_runtime
Agent directory: app
Region: us-east1
Command Output / Logs
error:
code: 3
message: |-
Build failed. The issue might be caused by incorrect code, requirements.txt file or other dependencies.
Anything else we need to know?
None