Skip to content

Python version option for agents-cli deploy #45

Description

@joar

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions