Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: Bump weaviate-client from 4.5.1 to 4.5.4 in /python (#5542)
Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 4.5.1 to 4.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/weaviate/weaviate-python-client/releases">weaviate-client's releases</a>.</em></p> <blockquote> <h2>v4.5.4</h2> <h2>What's Changed</h2> <ul> <li>Support last_update_time in nanoseconds by <a href="https://github.com/jfrancoa"><code>@jfrancoa</code></a> in <a href="https://redirect.github.com/weaviate/weaviate-python-client/pull/960">weaviate/weaviate-python-client#960</a></li> <li>Add video to multi2vec-palm by <a href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a href="https://redirect.github.com/weaviate/weaviate-python-client/pull/961">weaviate/weaviate-python-client#961</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/weaviate-python-client/compare/v4.5.3...v4.5.4">https://github.com/weaviate/weaviate-python-client/compare/v4.5.3...v4.5.4</a></p> <h2>v4.5.3</h2> <h2>What's Changed</h2> <ul> <li>Add support for new modules by <a href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a href="https://redirect.github.com/weaviate/weaviate-python-client/pull/943">weaviate/weaviate-python-client#943</a></li> <li>Fix bug in hybrid search without vector by <a href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a href="https://redirect.github.com/weaviate/weaviate-python-client/pull/952">weaviate/weaviate-python-client#952</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/weaviate-python-client/compare/v4.5.2...v4.5.3">https://github.com/weaviate/weaviate-python-client/compare/v4.5.2...v4.5.3</a></p> <h2>v4.5.2</h2> <h2>What's Changed</h2> <ul> <li>Extend Tokenization enum options by <a href="https://github.com/databyjp"><code>@databyjp</code></a> in <a href="https://redirect.github.com/weaviate/weaviate-python-client/pull/934">weaviate/weaviate-python-client#934</a></li> <li>Fix endpoint for text2vec palm by <a href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a href="https://redirect.github.com/weaviate/weaviate-python-client/pull/937">weaviate/weaviate-python-client#937</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/weaviate-python-client/compare/v4.5.1...v4.5.2">https://github.com/weaviate/weaviate-python-client/compare/v4.5.1...v4.5.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst">weaviate-client's changelog</a>.</em></p> <blockquote> <h2>Version 4.5.4</h2> <p>This patch version includes:</p> <ul> <li>Fix parsing of creation/update time from old weaviate versions that write them in ns instead of ms</li> <li>Support <code>video_fields</code> in <code>multi2vec-palm</code> which was added in Weaviate 1.24.4:</li> </ul> <h2>Version 4.5.3</h2> <p>This patch version includes:</p> <ul> <li>Fix bug with hybrid searches without vector.</li> <li>Support for new modules in Weaviate 1.24.2: <ul> <li><code>text2vec-voyageai</code></li> <li><code>generative-mistral</code></li> <li>Support new parameters for interference URLs in <code>text2vec-transformers</code> and <code>multi2vec-clip</code></li> </ul> </li> <li>Support for new modules in Weaviate 1.24.3: <ul> <li><code>multi2vec-palm</code></li> </ul> </li> </ul> <h2>Version 4.5.2</h2> <p>This patch version includes:</p> <ul> <li>Fixes endpoint parameter for <code>text2vec-palm</code></li> <li>Adds support for GSE and TRIGRAM tokenizers</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/fc1c53614d28b46ab84f87319ef0ef696efddfe7"><code>fc1c536</code></a> Merge pull request <a href="https://redirect.github.com/weaviate/weaviate-python-client/issues/963">#963</a> from weaviate/palm_video_conf</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/22317c138a6584d56a298e7d001d525a3cd517eb"><code>22317c1</code></a> Fix test</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/983bdf580a8213615e6df144c32dc0611ac6ce86"><code>983bdf5</code></a> Add missing video conf</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/f62d808d919c789beddf02c55b8b8a73c855f83c"><code>f62d808</code></a> Merge pull request <a href="https://redirect.github.com/weaviate/weaviate-python-client/issues/961">#961</a> from weaviate/palm-video</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/4d13b66ca144c5463f5580817540782a07e1739d"><code>4d13b66</code></a> Merge pull request <a href="https://redirect.github.com/weaviate/weaviate-python-client/issues/962">#962</a> from weaviate/changelog-v4.5.4-2</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/f32657f049f09c20f52504982f410735ac2faa39"><code>f32657f</code></a> Add changelog</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/fa4ee059df4baec9df79069641fab4a436e9ec42"><code>fa4ee05</code></a> Add video to multi2vec-palm</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/0f3ce2cae3f6e2ab146db771605b15c3a0ae3017"><code>0f3ce2c</code></a> Merge pull request <a href="https://redirect.github.com/weaviate/weaviate-python-client/issues/960">#960</a> from weaviate/last_update_nano</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/e56302e96b19659312b85f6bb3b417c7efc344cf"><code>e56302e</code></a> Support last_update_time in nanoseconds</li> <li><a href="https://github.com/weaviate/weaviate-python-client/commit/fa0f4cd921d60ea60ad6c3dd2045f092b149a7e5"><code>fa0f4cd</code></a> Merge pull request <a href="https://redirect.github.com/weaviate/weaviate-python-client/issues/955">#955</a> from weaviate/hybrid_test</li> <li>Additional commits viewable in <a href="https://github.com/weaviate/weaviate-python-client/compare/v4.5.1...v4.5.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=weaviate-client&package-manager=pip&previous-version=4.5.1&new-version=4.5.4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information