Skip to content

Commit

Permalink
Bump weaviate-client from 4.5.0 to 4.5.4 (#128)
Browse files Browse the repository at this point in the history
Bumps
[weaviate-client](https://github.com/weaviate/weaviate-python-client)
from 4.5.0 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.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>
<h2>v4.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add checks for empty lists for contains_any/all by <a
href="https://github.com/dirkkul"><code>@​dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/917">weaviate/weaviate-python-client#917</a></li>
<li>Add limit to top occurences by <a
href="https://github.com/dirkkul"><code>@​dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/919">weaviate/weaviate-python-client#919</a></li>
<li>Add timeout class by <a
href="https://github.com/dirkkul"><code>@​dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/916">weaviate/weaviate-python-client#916</a></li>
<li>Allow None as query for BM25 and hybrid by <a
href="https://github.com/dirkkul"><code>@​dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/924">weaviate/weaviate-python-client#924</a></li>
<li>Implement missing update/replace of named vectors by <a
href="https://github.com/tsmith023"><code>@​tsmith023</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/926">weaviate/weaviate-python-client#926</a></li>
<li>Add functions to combine lists of filters via and/or by <a
href="https://github.com/dirkkul"><code>@​dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/920">weaviate/weaviate-python-client#920</a></li>
<li>Add back named vector update with new patched CI image by <a
href="https://github.com/tsmith023"><code>@​tsmith023</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/927">weaviate/weaviate-python-client#927</a></li>
<li>Make fixes to client proxy definitions by <a
href="https://github.com/tsmith023"><code>@​tsmith023</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/921">weaviate/weaviate-python-client#921</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/weaviate/weaviate-python-client/compare/v4.5.0...v4.5.1">https://github.com/weaviate/weaviate-python-client/compare/v4.5.0...v4.5.1</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>
<h2>Version 4.5.1</h2>
<p>This patch version includes:</p>
<ul>
<li>Implements an extension to the filtering syntax allowing to pass
lists of filters
<ul>
<li><code>Filter.all_of([f1, f2]])</code> is a shortcut for <code>f1
&amp; f2</code></li>
<li><code>Filter.any_of([f1, f2]])</code> is a shortcut for <code>f1 |
f2</code></li>
<li>Can all be chained and mixed together to create dynamic and complex
filters</li>
</ul>
</li>
<li>Introduces <code>weaviate.classes.init.Timeout</code> class allowing
to define the timeout used when performing client init checks, in
addition to connect and query</li>
<li>Fixes a bug when performing <code>contains_any/contains_all</code>
filtering using an empty list</li>
<li>Adds the ability to limit the <code>top_occurences</code> return
when performing aggregation queries</li>
<li>Allows for defining gRPC proxying of the client and fixes the
parsing of <code>http</code> and <code>https</code> proxies</li>
<li>Allow <code>None</code> as a query value in BM25 and hybrid
queries</li>
<li>Fix missing named vectors support in <code>data.update</code> and
<code>data.replace</code></li>
<li>Reimplement support for updating named vector configurations
alongside the patched <code>1.24.1</code> server version</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.0...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.0&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
dependabot[bot] authored Mar 18, 2024
1 parent fb3c0d0 commit 673bef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 673bef6

Please sign in to comment.