Skip to content
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

chore(deps): Bump weaviate-client from 4.6.7 to 4.8.1 in /examples/chainlit #3568

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps weaviate-client from 4.6.7 to 4.8.1.

Release notes

Sourced from weaviate-client's releases.

v4.8.1

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.8.0...v4.8.1

v4.8.0

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.7.1...v4.8.0

v4.7.1

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.7.0...v4.7.1

v4.7.0

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Version 4.8.1

This patch version includes: - Suppresses warning emitted by protobuf library in relation to obsolate generated stubs - Fixes the authlib to <1.32.2 while a potential bug is investigated - Updates the validators dependency

Version 4.8.0

This minor version includes: - Support for new modules: - Mistral text2vec module - Friendli generative module - Databricks text2vec and generative modules - New fetch_objects_by_ids method - Support for hybrid search with vector distance - Fixes issue with adding a property on a vectorized collection - Bumps requests, importlib-metadata, pytest```, pytest-asyncio, types-requests, litestarandtyping-extensions`` libs to newest versions

Version 4.7.1

This patch version includes:

  • Fixes log noise due to value of deprecated GRPC_VERBOSITY flag in underlying grpc library
  • Bumps requests and authlib versions to avoid security issues
  • Adds support for configuring the new reranker-jinaai module when creating collections
  • Fixes parsing of the timeout configuration on client instantiation
    • The query timeout now modifies the read= timeout in the httpx client for all GET, HEAD, and gql query requests
    • The insert timeout now modifies the read= timeout in the httpx client for all DELETE, POST, PATCH, and PUT requests
    • The init timeout now only modifies the timeouts in the httpx client for requests involved in the client.connect() method

Version 4.7.0

This minor version includes:

  • The introduction of the WeaviateAsyncClient class to support I/O requests to Weaviate using the async/await syntax with asyncio <https://docs.python.org/3/library/asyncio.html>
    • All methods that perform CRUD and search actions are now async def functions
    • To instantiate a client quickly, use the weaviate.use_async_with_x methods in an async context manager pattern, e.g.: .. code-block:: python async with weaviate.use_async_with_local() as client: # Your code
    • Note, you cannot do await weaviate.use_async_with_x if not using the context manager pattern. You have to create the client first and then connect manually: .. code-block:: python client = weaviate.use_async_with_local() await client.connect()

... (truncated)

Commits
  • 83a21fe Merge pull request #1294 from weaviate/changelog/481
  • e76010e Update changelog
  • 40106b9 Merge pull request #1293 from weaviate/deps/downgrade-authlib-to-avoid-bug
  • e623e1c Fix authlib below 1.3.2 until bug is fixed
  • 4c21154 Merge pull request #1289 from weaviate/dependabot/pip/mypy-1.11.2
  • a3ea585 Merge pull request #1290 from weaviate/dependabot/pip/authlib-1.3.2
  • 604e647 Merge pull request #1288 from weaviate/dependabot/pip/flake8-bugbear-24.8.19
  • 79009fe Merge pull request #1287 from weaviate/dependabot/pip/importlib-metadata-8.5.0
  • 6cb439f Merge pull request #1291 from weaviate/chore/loosen-dev-deps
  • ab08b6e Loosen deps on API pkgs used in e2e tests
  • 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)

Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 4.6.7 to 4.8.1.
- [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.7...v4.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Sep 16, 2024
Copy link

netlify bot commented Sep 16, 2024

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 680d4bb
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/66e87c20393d610008d5690c
😎 Deploy Preview https://deploy-preview-3568--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot enabled auto-merge (squash) September 16, 2024 19:19
@github-actions github-actions bot merged commit 42d6b9e into master Sep 17, 2024
30 checks passed
@github-actions github-actions bot deleted the dependabot/pip/examples/chainlit/weaviate-client-4.8.1 branch September 17, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants