Skip to content

Commit e083f13

Browse files
chore(main): release 1.158.0 (#6876)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jeff Scudder <jscudder@google.com>
1 parent 77e81a0 commit e083f13

25 files changed

Lines changed: 42 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.157.0"
2+
".": "1.158.0"
33
}

CHANGELOG.md

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

3+
## [1.158.0](https://github.com/googleapis/python-aiplatform/compare/v1.157.0...v1.158.0) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* Add ReasoningEngineRuntimeRevisionService and update related fields in ReasoningEngine ([b51f0f6](https://github.com/googleapis/python-aiplatform/commit/b51f0f667f6fc8e2eefb708cd331760a242650e5))
9+
* GenAI client - Add update_corpus and update_config methods to the RAG module ([237c562](https://github.com/googleapis/python-aiplatform/commit/237c562965a57c2e141d987fbfddd5f16ab66022))
10+
* GenAI SDK client - Add import_files method to RAG client ([a5c6095](https://github.com/googleapis/python-aiplatform/commit/a5c609570b78e6d4bb471097fd13e367e7a589de))
11+
* Release ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine v1 API ([b51f0f6](https://github.com/googleapis/python-aiplatform/commit/b51f0f667f6fc8e2eefb708cd331760a242650e5))
12+
* Release ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine v1beta1 API ([b51f0f6](https://github.com/googleapis/python-aiplatform/commit/b51f0f667f6fc8e2eefb708cd331760a242650e5))
13+
14+
15+
### Bug Fixes
16+
17+
* GenAI client - Make vertex_rag_store a required arg for client.rag.retrieve_contexts and make the tools arg in ask_contexts part of config ([60b0f84](https://github.com/googleapis/python-aiplatform/commit/60b0f8401b7669d55faae2ebee29c1a88caa2a75))
18+
* GenAI Client(evals) - Strip ADK-injected params from plain callable tools ([551c5bd](https://github.com/googleapis/python-aiplatform/commit/551c5bd20380c87317b25247f2e65c930ead42a7))
19+
* Keeping the non-default version of the model resource ([14a2265](https://github.com/googleapis/python-aiplatform/commit/14a2265de786bcf20352944494c90f15ada9d849))
20+
321
## [1.157.0](https://github.com/googleapis/python-aiplatform/compare/v1.156.0...v1.157.0) (2026-06-09)
422

523

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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.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.157.0" # {x-release-please-version}
16+
__version__ = "1.158.0" # {x-release-please-version}

0 commit comments

Comments
 (0)