Skip to content

Commit 2803c68

Browse files
chore(main): release 1.162.0
1 parent 762079f commit 2803c68

25 files changed

Lines changed: 44 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.162.0](https://github.com/googleapis/python-aiplatform/compare/v1.161.0...v1.162.0) (2026-07-20)
4+
5+
6+
### Features
7+
8+
* Add detailed agent tool definitions for display ([762079f](https://github.com/googleapis/python-aiplatform/commit/762079f098e21fff5f914b760671ff2cc1647567))
9+
* GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client ([f141415](https://github.com/googleapis/python-aiplatform/commit/f141415043dc9c3d3cdb5850263869b1d6974f3f))
10+
* GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference ([c74e996](https://github.com/googleapis/python-aiplatform/commit/c74e996d09e7633e7bd66a06df24ecff9224846b))
11+
12+
13+
### Bug Fixes
14+
15+
* Use the correct enum for RagFile.file_status ([23145f3](https://github.com/googleapis/python-aiplatform/commit/23145f30843febc29cc607930df02b1e083ce39a))
16+
17+
18+
### Documentation
19+
20+
* GenAI client - Add example usage to RAG docstrings ([df3dcd9](https://github.com/googleapis/python-aiplatform/commit/df3dcd976330f0de50537569d76d9aef1337ed74))
21+
* 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))
22+
323
## [1.161.0](https://github.com/googleapis/python-aiplatform/compare/v1.160.0...v1.161.0) (2026-07-14)
424

525

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)