Skip to content

Commit 1232132

Browse files
yeesiancopybara-github
authored andcommitted
feat: add Python version 3.12 to Agent Engine
PiperOrigin-RevId: 736922909
1 parent 9ceecd0 commit 1232132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/agent_engines/_agent_engines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
_LOGGER = _utils.LOGGER
50-
_SUPPORTED_PYTHON_VERSIONS = ("3.8", "3.9", "3.10", "3.11")
50+
_SUPPORTED_PYTHON_VERSIONS = ("3.8", "3.9", "3.10", "3.11", "3.12")
5151
_DEFAULT_GCS_DIR_NAME = "agent_engine"
5252
_BLOB_FILENAME = "agent_engine.pkl"
5353
_REQUIREMENTS_FILE = "requirements.txt"

0 commit comments

Comments
 (0)