Skip to content

Commit 1870b96

Browse files
authored
Revert "chore(main): release 2.0.0 (#6898)" (#6937)
This reverts commit df56f73.
1 parent df56f73 commit 1870b96

25 files changed

Lines changed: 24 additions & 55 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-
".": "2.0.0"
2+
".": "1.158.0"
33
}

CHANGELOG.md

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

3-
## [2.0.0](https://github.com/googleapis/python-aiplatform/compare/v1.158.0...v2.0.0) (2026-06-25)
4-
5-
6-
### ⚠ BREAKING CHANGES
7-
8-
* `datasets.assemble` now returns `tuple[str, Optional[bigframes.pandas.DataFrame]]` (the BigQuery table id without the `bq://` prefix, and the assembled table as a BigFrames DataFrame) instead of the BigQuery URI `str`. By default no DataFrame is loaded (`load_dataframe=False`): the second element is `None`, no BigQuery read is performed, and `bigframes` is not required. Pass `load_dataframe=True` to load the assembled table.
9-
10-
### Features
11-
12-
* Add support for session TTL and expiration in Vertex AI session service ([a2af300](https://github.com/googleapis/python-aiplatform/commit/a2af3007b48be3e0289bdd7b88de8675d891b5c8))
13-
* GenAI client - Add upload_file method to RAG module ([13b685b](https://github.com/googleapis/python-aiplatform/commit/13b685bd617cbcce36025625590a3ecb28494247))
14-
* GenAI SDK client(multimodal) - Return the assembled table as a DataFrame from `datasets.assemble`. ([8e52bd2](https://github.com/googleapis/python-aiplatform/commit/8e52bd27063e82cff1aa53214d0180231d10e178))
15-
* Onboard Vertex Model Garden to GenAI Python SDK: Add list_models and list_deployable_models support ([9cd63ab](https://github.com/googleapis/python-aiplatform/commit/9cd63abe95393491aab5a1d1949de1a70fcbe433))
16-
17-
18-
### Bug Fixes
19-
20-
* Added safety checks in download_from_gcs ([2f5c8f8](https://github.com/googleapis/python-aiplatform/commit/2f5c8f81c272215951a35ca3334728427263e77b))
21-
* **ai_platform:** Black check ([97ee94a](https://github.com/googleapis/python-aiplatform/commit/97ee94a01fb9f255f9ad6ba29f445a3619cf929f))
22-
* **aiplatform:** Safely parse bq:// URIs using removeprefix ([97ee94a](https://github.com/googleapis/python-aiplatform/commit/97ee94a01fb9f255f9ad6ba29f445a3619cf929f))
23-
* **feature_store:** Safely parse bq:// URIs using removeprefix ([97ee94a](https://github.com/googleapis/python-aiplatform/commit/97ee94a01fb9f255f9ad6ba29f445a3619cf929f))
24-
* Google_auth_mock universe domain ([35edd83](https://github.com/googleapis/python-aiplatform/commit/35edd832a0f275c24ae96f7f76eee007ff771031))
25-
* **offline_store:** Safely parse bq:// URIs using removeprefix ([97ee94a](https://github.com/googleapis/python-aiplatform/commit/97ee94a01fb9f255f9ad6ba29f445a3619cf929f))
26-
* **offline_store:** Safely parse bq:// URIs using removeprefix ([97ee94a](https://github.com/googleapis/python-aiplatform/commit/97ee94a01fb9f255f9ad6ba29f445a3619cf929f))
27-
* Resolve AttributeError by supporting both Pydantic and Protobuf AgentCard serialization ([4c0c368](https://github.com/googleapis/python-aiplatform/commit/4c0c36807a5ac98c79cd4bf158654534cc625d00))
28-
29-
30-
### Documentation
31-
32-
* Fix typos across docstrings ([dd52cad](https://github.com/googleapis/python-aiplatform/commit/dd52cad9c72b93f108d7c4f3074b8de9c5cf1ba7))
33-
343
## [1.158.0](https://github.com/googleapis/python-aiplatform/compare/v1.157.0...v1.158.0) (2026-06-16)
354

365

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

0 commit comments

Comments
 (0)