@@ -5622,11 +5622,13 @@ class CreateAgentEngineConfig(_common.BaseModel):
56225622 - If `source_packages` is specified, the agent framework will
56235623 default to "custom".""",
56245624 )
5625- python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13"]] = Field(
5625+ python_version: Optional[
5626+ Literal["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5627+ ] = Field(
56265628 default=None,
56275629 description="""The Python version to be used for the Agent Engine.
56285630 If not specified, it will use the current Python version of the environment.
5629- Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13".
5631+ Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" .
56305632 """,
56315633 )
56325634 build_options: Optional[dict[str, list[str]]] = Field(
@@ -5755,10 +5757,10 @@ class CreateAgentEngineConfigDict(TypedDict, total=False):
57555757 - If `source_packages` is specified, the agent framework will
57565758 default to "custom"."""
57575759
5758- python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13"]]
5760+ python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]]
57595761 """The Python version to be used for the Agent Engine.
57605762 If not specified, it will use the current Python version of the environment.
5761- Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13".
5763+ Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" .
57625764 """
57635765
57645766 build_options: Optional[dict[str, list[str]]]
@@ -6393,11 +6395,13 @@ class UpdateAgentEngineConfig(_common.BaseModel):
63936395 - If `source_packages` is specified, the agent framework will
63946396 default to "custom".""",
63956397 )
6396- python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13"]] = Field(
6398+ python_version: Optional[
6399+ Literal["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6400+ ] = Field(
63976401 default=None,
63986402 description="""The Python version to be used for the Agent Engine.
63996403 If not specified, it will use the current Python version of the environment.
6400- Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13".
6404+ Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" .
64016405 """,
64026406 )
64036407 build_options: Optional[dict[str, list[str]]] = Field(
@@ -6531,10 +6535,10 @@ class UpdateAgentEngineConfigDict(TypedDict, total=False):
65316535 - If `source_packages` is specified, the agent framework will
65326536 default to "custom"."""
65336537
6534- python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13"]]
6538+ python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]]
65356539 """The Python version to be used for the Agent Engine.
65366540 If not specified, it will use the current Python version of the environment.
6537- Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13".
6541+ Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" .
65386542 """
65396543
65406544 build_options: Optional[dict[str, list[str]]]
@@ -11163,9 +11167,9 @@ class SchemaPromptSpecReferenceSentencePairDict(TypedDict, total=False):
1116311167class SchemaPromptSpecReferenceSentencePairList(_common.BaseModel):
1116411168 """A list of reference sentence pairs."""
1116511169
11166- reference_sentence_pairs: Optional[list[SchemaPromptSpecReferenceSentencePair]] = (
11167- Field(default=None, description="""Reference sentence pairs.""")
11168- )
11170+ reference_sentence_pairs: Optional[
11171+ list[SchemaPromptSpecReferenceSentencePair]
11172+ ] = Field(default=None, description="""Reference sentence pairs.""" )
1116911173
1117011174
1117111175class SchemaPromptSpecReferenceSentencePairListDict(TypedDict, total=False):
@@ -13730,11 +13734,13 @@ class AgentEngineConfig(_common.BaseModel):
1373013734 - If `source_packages` is specified, the agent framework will
1373113735 default to "custom".""",
1373213736 )
13733- python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13"]] = Field(
13737+ python_version: Optional[
13738+ Literal["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
13739+ ] = Field(
1373413740 default=None,
1373513741 description="""The Python version to be used for the Agent Engine.
1373613742 If not specified, it will use the current Python version of the environment.
13737- Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13".
13743+ Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" .
1373813744 """,
1373913745 )
1374013746 build_options: Optional[dict[str, list[str]]] = Field(
@@ -13895,10 +13901,10 @@ class AgentEngineConfigDict(TypedDict, total=False):
1389513901 - If `source_packages` is specified, the agent framework will
1389613902 default to "custom"."""
1389713903
13898- python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13"]]
13904+ python_version: Optional[Literal["3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]]
1389913905 """The Python version to be used for the Agent Engine.
1390013906 If not specified, it will use the current Python version of the environment.
13901- Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13".
13907+ Supported versions: "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" .
1390213908 """
1390313909
1390413910 build_options: Optional[dict[str, list[str]]]
0 commit comments