Skip to content

Python: Bump weaviate-client from 4.6.4 to 4.6.5 in /python #7037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps weaviate-client from 4.6.4 to 4.6.5.

Release notes

Sourced from weaviate-client's releases.

v4.6.5

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.6.4...v4.6.5

Changelog

Sourced from weaviate-client's changelog.

Version 4.6.5

This patch version includes: - Addition of new voyageai embedding and rerank models as string literal types - Added missing exports of submodules in weaviate.outputs to aid usage - Updated ollama modules docstrings - Added missing py.typed file for use by static type checkers

Commits
  • eab4389 Merge pull request #1113 from weaviate/add-changelog-465
  • b4b2ce4 Add changelog
  • 7ed90c0 Merge pull request #1112 from weaviate/add-missing-py-typed-file
  • e0d4b8d Move py.typed into weaviate directory
  • ae635dc Add missing py.typed file for type checking usage
  • a9062f4 Merge pull request #1108 from weaviate/fix-docker-compose-in-ci
  • b506128 Call as docker compose instead of docker-compose in CI
  • 95efb1d Merge pull request #1103 from voyage-ai/main
  • d85bfa3 VoyageAI new embedding and rerank models
  • a801c71 Merge pull request #1098 from weaviate/export-submodules-from-outputs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from a team as a code owner July 1, 2024 22:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Jul 1, 2024
@github-actions github-actions bot changed the title Bump weaviate-client from 4.6.4 to 4.6.5 in /python Python: Bump weaviate-client from 4.6.4 to 4.6.5 in /python Jul 1, 2024
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented Jul 1, 2024

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL649975388% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1558 1 💤 0 ❌ 0 🔥 23.976s ⏱️

@dependabot dependabot bot force-pushed the dependabot/pip/python/weaviate-client-4.6.5 branch from ae56ea5 to 2608b44 Compare July 2, 2024 14:23
Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 4.6.4 to 4.6.5.
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v4.6.4...v4.6.5)

---
updated-dependencies:
- dependency-name: weaviate-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/weaviate-client-4.6.5 branch from 2608b44 to 7574749 Compare July 2, 2024 14:26
@moonbox3 moonbox3 enabled auto-merge July 2, 2024 14:54
@moonbox3 moonbox3 added this pull request to the merge queue Jul 2, 2024
Merged via the queue into main with commit 18cab64 Jul 2, 2024
23 checks passed
@moonbox3 moonbox3 deleted the dependabot/pip/python/weaviate-client-4.6.5 branch July 2, 2024 16:07
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…t#7037)

Bumps
[weaviate-client](https://github.com/weaviate/weaviate-python-client)
from 4.6.4 to 4.6.5.
<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.6.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Ollama module docstrings by <a
href="https://github.com/databyjp"><code>@​databyjp</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/1091">weaviate/weaviate-python-client#1091</a></li>
<li>Export submodules to ease usage of <code>weaviate.outputs</code> by
<a href="https://github.com/tsmith023"><code>@​tsmith023</code></a> in
<a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/1098">weaviate/weaviate-python-client#1098</a></li>
<li>VoyageAI new embedding and rerank models by <a
href="https://github.com/fzowl"><code>@​fzowl</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/1103">weaviate/weaviate-python-client#1103</a></li>
<li>Add missing py.typed file for type checking usage by <a
href="https://github.com/tsmith023"><code>@​tsmith023</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/1112">weaviate/weaviate-python-client#1112</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/weaviate/weaviate-python-client/compare/v4.6.4...v4.6.5">https://github.com/weaviate/weaviate-python-client/compare/v4.6.4...v4.6.5</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.6.5</h2>
<p>This patch version includes:
- Addition of new voyageai embedding and rerank models as string literal
types
- Added missing exports of submodules in <code>weaviate.outputs</code>
to aid usage
- Updated ollama modules docstrings
- Added missing <code>py.typed</code> file for use by static type
checkers</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/eab4389f7289b8c705c505241dd84f44ce5929ac"><code>eab4389</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/1113">#1113</a>
from weaviate/add-changelog-465</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/b4b2ce43eefeb4b94be033071b1a5f21646edbe7"><code>b4b2ce4</code></a>
Add changelog</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/7ed90c0f962c15e285fe6a1634977d26a8424e94"><code>7ed90c0</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/1112">#1112</a>
from weaviate/add-missing-py-typed-file</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/e0d4b8dfe9f51181aa6ed277221d070a0341717d"><code>e0d4b8d</code></a>
Move py.typed into weaviate directory</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/ae635dc928fc6f78102d6df5d974e30d1bf6b03b"><code>ae635dc</code></a>
Add missing py.typed file for type checking usage</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/a9062f4fb1614aea5ccf82086c72627e2d79988e"><code>a9062f4</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/1108">#1108</a>
from weaviate/fix-docker-compose-in-ci</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/b506128057130f855c39c9ba5d6f26a9a4347f8b"><code>b506128</code></a>
Call as <code>docker compose</code> instead of
<code>docker-compose</code> in CI</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/95efb1d5d77194f9fa86e5af63f0b211cb9a1eb7"><code>95efb1d</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/1103">#1103</a>
from voyage-ai/main</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/d85bfa367b59ef1584409cc676714cd7f36e104f"><code>d85bfa3</code></a>
VoyageAI new embedding and rerank models</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/a801c719901e53085ec98da76a286e59e6a26640"><code>a801c71</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/1098">#1098</a>
from weaviate/export-submodules-from-outputs</li>
<li>Additional commits viewable in <a
href="https://github.com/weaviate/weaviate-python-client/compare/v4.6.4...v4.6.5">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.6.4&new-version=4.6.5)](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>
Co-authored-by: Evan Mattson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants