What is your feature suggestion?
Add a python version option to the agents-cli deploy command when deploying with agent runtime.
What will this enable you to do?
This will enable users to pick a python version that their dependencies are compatible with.
Additional context
vertexai._genai.AgentEngineConfig has a python_version field, but today it's impossible to set that field via agents-cli. This means that some users can't deploy their code with their existing dependencies to agent runtime via agents-cli because they have dependencies that are incompatible with e.g. Python 3.14, so they need to be able to configure agents-cli deploy to use Python 3.12.
What is your feature suggestion?
Add a python version option to the
agents-cli deploycommand when deploying with agent runtime.What will this enable you to do?
This will enable users to pick a python version that their dependencies are compatible with.
Additional context
vertexai._genai.AgentEngineConfighas apython_versionfield, but today it's impossible to set that field viaagents-cli. This means that some users can't deploy their code with their existing dependencies to agent runtime viaagents-clibecause they have dependencies that are incompatible with e.g. Python 3.14, so they need to be able to configureagents-cli deployto use Python 3.12.