Skip to content

Commit 7fbf8c1

Browse files
chore(main): release 1.106.0 (#5593)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8cfd9ba commit 7fbf8c1

File tree

25 files changed

+43
-24
lines changed

25 files changed

+43
-24
lines changed

.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.105.0"
2+
".": "1.106.0"
33
}

CHANGELOG.md

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

3+
## [1.106.0](https://github.com/googleapis/python-aiplatform/compare/v1.105.0...v1.106.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* Add service_account parameter to AgentEngine class for creation and update ([6359168](https://github.com/googleapis/python-aiplatform/commit/63591683bcf4d3f12fde48b9ea3cc7e075281b0a))
9+
* Add service_account to Reasoning Engine public protos ([7b6010b](https://github.com/googleapis/python-aiplatform/commit/7b6010b856ac4910cafe49b532ceb34d23fdf63e))
10+
* Add service_account to Reasoning Engine public protos ([7b6010b](https://github.com/googleapis/python-aiplatform/commit/7b6010b856ac4910cafe49b532ceb34d23fdf63e))
11+
* Add Vertex AI Model Garden deploy SDK unified Model class in Public Preview ([78c8fdd](https://github.com/googleapis/python-aiplatform/commit/78c8fddc8fc9a9cc83bf982a572ed3aeaf9b876b))
12+
* Allow adapter_size=32 for supervised tuning ([3a776a7](https://github.com/googleapis/python-aiplatform/commit/3a776a7a41d7b0e8f4a32e5e50401c33bde06985))
13+
* Vertex AI Model Garden deploy SDK Support for self-deploy Partner Model ([6c72801](https://github.com/googleapis/python-aiplatform/commit/6c728018b09cebe4ca7f7f958df71452acc5e39b))
14+
15+
16+
### Bug Fixes
17+
18+
* GenAI SDK client - handle os paths for .whl in requirements when deploying to agent engine ([75cd064](https://github.com/googleapis/python-aiplatform/commit/75cd06442960c5c5a5dd5add8d9e5ae0e9bbfcb9))
19+
* GenAI SDK client - parsing json body of HTTP response to yield JSON ([8cfd9ba](https://github.com/googleapis/python-aiplatform/commit/8cfd9baef82f83a93b2508584d91c53d11002e88))
20+
* Use datasets.MultimodalDataset.from_gemini_request_jsonl() without `target_table_id`. ([e92cca2](https://github.com/googleapis/python-aiplatform/commit/e92cca2e85fb5dc796272e70e1c1c8f202c0eafb))
21+
322
## [1.105.0](https://github.com/googleapis/python-aiplatform/compare/v1.104.0...v1.105.0) (2025-07-22)
423

524

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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.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.105.0" # {x-release-please-version}
16+
__version__ = "1.106.0" # {x-release-please-version}

0 commit comments

Comments
 (0)