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

⬆️ bump pinecone-client from 3.2.2 to 4.1.0 #864

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps pinecone-client from 3.2.2 to 4.1.0.

Release notes

Sourced from pinecone-client's releases.

Release v4.1.0

Features

Dependabot security fixes

Full Changelog: pinecone-io/pinecone-python-client@v4.0.0...v4.1.0

Release v4.0.0

3x boost to upsert throughput via grpc

In this release, we are upgrading theprotobuf dependency in our optional grpc extras from 3.20.3 to 4.25.3.

This is a breaking change for users of the optional GRPC addon (installed with pinecone-client[grpc]). Detailed performance profiling by @​daverigby showed this dependency upgrade unlocked a 3x improvement to vector upsert performance in the Python SDK, bringing it much closer to the performance observed in our grpc-based Java SDK.

As a reminder, to use use the optional grpc extras for improved performance, you need to install pinecone-client[grpc] and make a small modification to how you import and use the client. See the instructions for doing this here.

What's Changed

Commits
  • 1fad23f [skip ci] Bump version to v4.1.0
  • e53d641 Bump tqdm from 4.66.1 to 4.66.3 (#344)
  • c0516bb Bump idna from 3.4 to 3.7 (#345)
  • 4a70f28 Bump jinja2 from 3.1.3 to 3.1.4 (#343)
  • 0c50e18 Add better error messages for mistaken from_texts and from_documents (#342)
  • b174eea Support proxy_url and ssl_ca_certs options for gRPC (#341)
  • 92b08b6 Remove serverless public preview warnings (#340)
  • 06c69fb [skip ci] Bump version to v4.0.0
  • 82dbd7e Improve upsert throughput by 3x (#334)
  • e123da1 Remove merge workflow and update build-and-publish-docs workflow to be ma...
  • See full diff 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2024
Bumps [pinecone-client](https://github.com/pinecone-io/pinecone-python-client) from 3.2.2 to 4.1.0.
- [Release notes](https://github.com/pinecone-io/pinecone-python-client/releases)
- [Changelog](https://github.com/pinecone-io/pinecone-python-client/blob/main/CHANGELOG.md)
- [Commits](pinecone-io/pinecone-python-client@v3.2.2...v4.1.0)

---
updated-dependencies:
- dependency-name: pinecone-client
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pinecone-client-4.1.0 branch from c7b5b59 to af32ec6 Compare May 27, 2024 17:48
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants