Skip to content

Commit 922fa6a

Browse files
chore(main): release 1.162.0 (#7003)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4331d55 commit 922fa6a

25 files changed

Lines changed: 49 additions & 24 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.161.0"
2+
".": "1.162.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [1.162.0](https://github.com/googleapis/python-aiplatform/compare/v1.161.0...v1.162.0) (2026-07-21)
4+
5+
6+
### Features
7+
8+
* Add detailed agent tool definitions for display ([762079f](https://github.com/googleapis/python-aiplatform/commit/762079f098e21fff5f914b760671ff2cc1647567))
9+
* Add Route to GroundingChunk.Maps in Vertex AI v1 ([4331d55](https://github.com/googleapis/python-aiplatform/commit/4331d55ea3e388a8bb0d548015b5d819ce65394a))
10+
* Add Route to GroundingChunk.Maps in Vertex AI v1beta1 ([4331d55](https://github.com/googleapis/python-aiplatform/commit/4331d55ea3e388a8bb0d548015b5d819ce65394a))
11+
* Delegate agent resolution to server via geminiAgentConfig ([ab757c7](https://github.com/googleapis/python-aiplatform/commit/ab757c7d86f10d38438f9dda50daaa3521b46b29))
12+
* GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client ([f141415](https://github.com/googleapis/python-aiplatform/commit/f141415043dc9c3d3cdb5850263869b1d6974f3f))
13+
* GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference ([c74e996](https://github.com/googleapis/python-aiplatform/commit/c74e996d09e7633e7bd66a06df24ecff9224846b))
14+
15+
16+
### Bug Fixes
17+
18+
* Use the correct enum for RagFile.file_status ([23145f3](https://github.com/googleapis/python-aiplatform/commit/23145f30843febc29cc607930df02b1e083ce39a))
19+
20+
21+
### Documentation
22+
23+
* Expand GroundingChunk.Maps documentation to describe route support ([4331d55](https://github.com/googleapis/python-aiplatform/commit/4331d55ea3e388a8bb0d548015b5d819ce65394a))
24+
* Expand GroundingChunk.Maps documentation to describe route support ([4331d55](https://github.com/googleapis/python-aiplatform/commit/4331d55ea3e388a8bb0d548015b5d819ce65394a))
25+
* GenAI client - Add example usage to RAG docstrings ([df3dcd9](https://github.com/googleapis/python-aiplatform/commit/df3dcd976330f0de50537569d76d9aef1337ed74))
26+
* Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release ([a3179c2](https://github.com/googleapis/python-aiplatform/commit/a3179c2c7f0480b0d9abe3e205edd7e402ad5f2b))
27+
328
## [1.161.0](https://github.com/googleapis/python-aiplatform/compare/v1.160.0...v1.161.0) (2026-07-14)
429

530

google/cloud/aiplatform/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/instance/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/instance_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/params/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/params_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/prediction/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/prediction_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/trainingjob/definition/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.161.0" # {x-release-please-version}
16+
__version__ = "1.162.0" # {x-release-please-version}

0 commit comments

Comments
 (0)