-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit 576a49b
authored
Python: Bump google-cloud-aiplatform from 1.93.0 to 1.95.1 in /python (#12346)
Bumps
[google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform)
from 1.93.0 to 1.95.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/python-aiplatform/releases">google-cloud-aiplatform's
releases</a>.</em></p>
<blockquote>
<h2>v1.95.1</h2>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.95.0...v1.95.1">1.95.1</a>
(2025-05-30)</h2>
<h3>Features</h3>
<ul>
<li>Add support to process RAG response and generate inline citations in
RAG v1. (<a
href="https://github.com/googleapis/python-aiplatform/commit/2b2dc4fbc5d52b16159868b112affafa8ac716ae">2b2dc4f</a>)</li>
<li>Register async methods to AdkApp. (<a
href="https://github.com/googleapis/python-aiplatform/commit/cb2754de4707228bf7df7f7be078c61b77abd314">cb2754d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix CachedContent.create if the kms_key_name is not given (<a
href="https://github.com/googleapis/python-aiplatform/commit/05986c068b1719de22ee32536ec592ea04ee012b">05986c0</a>)</li>
</ul>
<h3>Miscellaneous Chores</h3>
<ul>
<li>Release 1.95.1 (<a
href="https://github.com/googleapis/python-aiplatform/commit/1d2387f1e418efa8db7c1e14f37d36647662b3d2">1d2387f</a>)</li>
</ul>
<h2>v1.95.0</h2>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.94.0...v1.95.0">1.95.0</a>
(2025-05-28)</h2>
<h3>Features</h3>
<ul>
<li>[vertexai] Fix the result of export function (<a
href="https://github.com/googleapis/python-aiplatform/commit/9427b158dd9d3d8a6ec56024484855947d4a0eac">9427b15</a>)</li>
<li>Add async support for reasoning engine. (<a
href="https://github.com/googleapis/python-aiplatform/commit/1b7d29cb8727a8ce49f849705451aba64c4f88dd">1b7d29c</a>)</li>
<li>Introduce RAG as context/memory store for Gemini Live API (<a
href="https://github.com/googleapis/python-aiplatform/commit/787c60fc1f79f80c693df1300f8a33cc17a08ee1">787c60f</a>)</li>
<li>Update AdkApp template to match ADK async interface. After this
change, AdkApp will only work with ADK >= 1.0.0. (<a
href="https://github.com/googleapis/python-aiplatform/commit/e1745d7767780613de2211ef0fb302105eff9cef">e1745d7</a>)</li>
</ul>
<h2>v1.94.0</h2>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.93.1...v1.94.0">1.94.0</a>
(2025-05-22)</h2>
<h3>Features</h3>
<ul>
<li>Add checkpoint ID to endpoint proto (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add checkpoint ID to endpoint proto (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add encryption_spec to Model Monitoring public preview API (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add VertexAISearch.max_results, filter, data_store_specs options (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add VertexAISearch.max_results, filter, data_store_specs options (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Adding thoughts_token_count to prediction service (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Adding thoughts_token_count to v1beta1 client library (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Update preview <code>create_corpus</code> to accept
<code>encryption_spec</code> in <code>rag_data.py</code> (<a
href="https://github.com/googleapis/python-aiplatform/commit/ad821c58f834981adb9759013248e7156f3706b9">ad821c5</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Throw error when user is using google-adk>=1.0.0 as it is not
well supported for now. (<a
href="https://github.com/googleapis/python-aiplatform/commit/634bb78c32168fac7ac084a1fcbdede8e45bdae8">634bb78</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md">google-cloud-aiplatform's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.95.0...v1.95.1">1.95.1</a>
(2025-05-30)</h2>
<h3>Features</h3>
<ul>
<li>Add support to process RAG response and generate inline citations in
RAG v1. (<a
href="https://github.com/googleapis/python-aiplatform/commit/2b2dc4fbc5d52b16159868b112affafa8ac716ae">2b2dc4f</a>)</li>
<li>Register async methods to AdkApp. (<a
href="https://github.com/googleapis/python-aiplatform/commit/cb2754de4707228bf7df7f7be078c61b77abd314">cb2754d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix CachedContent.create if the kms_key_name is not given (<a
href="https://github.com/googleapis/python-aiplatform/commit/05986c068b1719de22ee32536ec592ea04ee012b">05986c0</a>)</li>
</ul>
<h3>Miscellaneous Chores</h3>
<ul>
<li>Release 1.95.1 (<a
href="https://github.com/googleapis/python-aiplatform/commit/1d2387f1e418efa8db7c1e14f37d36647662b3d2">1d2387f</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.94.0...v1.95.0">1.95.0</a>
(2025-05-28)</h2>
<h3>Features</h3>
<ul>
<li>[vertexai] Fix the result of export function (<a
href="https://github.com/googleapis/python-aiplatform/commit/9427b158dd9d3d8a6ec56024484855947d4a0eac">9427b15</a>)</li>
<li>Add async support for reasoning engine. (<a
href="https://github.com/googleapis/python-aiplatform/commit/1b7d29cb8727a8ce49f849705451aba64c4f88dd">1b7d29c</a>)</li>
<li>Introduce RAG as context/memory store for Gemini Live API (<a
href="https://github.com/googleapis/python-aiplatform/commit/787c60fc1f79f80c693df1300f8a33cc17a08ee1">787c60f</a>)</li>
<li>Update AdkApp template to match ADK async interface. After this
change, AdkApp will only work with ADK >= 1.0.0. (<a
href="https://github.com/googleapis/python-aiplatform/commit/e1745d7767780613de2211ef0fb302105eff9cef">e1745d7</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.93.1...v1.94.0">1.94.0</a>
(2025-05-22)</h2>
<h3>Features</h3>
<ul>
<li>Add checkpoint ID to endpoint proto (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add checkpoint ID to endpoint proto (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add encryption_spec to Model Monitoring public preview API (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add VertexAISearch.max_results, filter, data_store_specs options (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Add VertexAISearch.max_results, filter, data_store_specs options (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Adding thoughts_token_count to prediction service (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Adding thoughts_token_count to v1beta1 client library (<a
href="https://github.com/googleapis/python-aiplatform/commit/f0812e3983df66ca4b53add8f8a8e9a4a9a7699a">f0812e3</a>)</li>
<li>Update preview <code>create_corpus</code> to accept
<code>encryption_spec</code> in <code>rag_data.py</code> (<a
href="https://github.com/googleapis/python-aiplatform/commit/ad821c58f834981adb9759013248e7156f3706b9">ad821c5</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Throw error when user is using google-adk>=1.0.0 as it is not
well supported for now. (<a
href="https://github.com/googleapis/python-aiplatform/commit/634bb78c32168fac7ac084a1fcbdede8e45bdae8">634bb78</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/python-aiplatform/compare/v1.93.0...v1.93.1">1.93.1</a>
(2025-05-20)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/060ff3bd214308e71d8cd5f8458e2bc72e943096"><code>060ff3b</code></a>
chore(main): release 1.95.1 (<a
href="https://redirect.github.com/googleapis/python-aiplatform/issues/5363">#5363</a>)</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/1d2387f1e418efa8db7c1e14f37d36647662b3d2"><code>1d2387f</code></a>
chore: release 1.95.1</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/05986c068b1719de22ee32536ec592ea04ee012b"><code>05986c0</code></a>
fix: Fix CachedContent.create if the kms_key_name is not given</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/b7968d8fb303e6c0ae2e5a1f5e51a824ed04e42e"><code>b7968d8</code></a>
chore: Update Gen AI types</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/17a6385c8402eafe0db09aad430dff7788ff49b5"><code>17a6385</code></a>
chore: Update Gen AI types</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/cb2754de4707228bf7df7f7be078c61b77abd314"><code>cb2754d</code></a>
feat: Register async methods to AdkApp.</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/4aa9eee4f89767bcec22ae56a2c1ad4393c4ff45"><code>4aa9eee</code></a>
Copybara import of the project:</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/2b2dc4fbc5d52b16159868b112affafa8ac716ae"><code>2b2dc4f</code></a>
feat: add support to process RAG response and generate inline citations
in RA...</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/d0a2bab3ee01f955a5da8b1175f258b974d0229b"><code>d0a2bab</code></a>
chore(main): release 1.95.0 (<a
href="https://redirect.github.com/googleapis/python-aiplatform/issues/5350">#5350</a>)</li>
<li><a
href="https://github.com/googleapis/python-aiplatform/commit/787c60fc1f79f80c693df1300f8a33cc17a08ee1"><code>787c60f</code></a>
Copybara import of the project:</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/python-aiplatform/compare/v1.93.0...v1.95.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a7eab4a commit 576a49bCopy full SHA for 576a49b
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- python
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
0 commit comments