Skip to content

Python: Update pinecone[asyncio,grpc] requirement from ~=6.0 to >=6,<8 in /python #12495

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

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 Jun 17, 2025

Updates the requirements on pinecone[asyncio,grpc] to permit the latest version.

Release notes

Sourced from pinecone[asyncio,grpc]'s releases.

Release v7.1.0

This PR fixes an issue where GRPC methods using async_req=True ignored user-provided timeout values, defaulting instead to a hardcoded 5-second timeout imposed by PineconeGrpcFuture. To verify this fix, we added a new test file, test_timeouts.py, which uses a mock GRPC server to simulate client timeout behavior under delayed response conditions.

Changelog

Sourced from pinecone[asyncio,grpc]'s changelog.

Changelog

Unreleased Changes

None

2.2.0

  • Support for Vector sparse_values
  • Added function upsert_from_dataframe() which allows upserting a large dataset of vectors by providing a Pandas dataframe
  • Added option to pass vectors to upsert() as a list of dictionaries
  • Implemented GRPC retry by directly configuring the low-level grpcio behavior, instead of wrapping with an interceptor

2.1.0

  • Fix "Connection Reset by peer" error after long idle periods
  • Add typing and explicit names for arguments in all client operations
  • Add docstrings to all client operations
  • Support batch upsert by passing batch_size to upsert method
  • Improve gRPC query results parsing performance

2.0.13

  • Added support for collections
    • Users can manage collections using create_collection , describe_collection and delete_collection calls.
    • Users can specify additional source_collection parameter during index creation to create index from a collection
  • The scale_index call is now deprecated in favor of configure_index , users can now modify both pod_type and replicas on existing indexes.
  • Added support for vertical scaling. This can be done by changing pod_type via the configure_index call or during index creation.
  • Updated dependency requirements for grpc client.

2.0.12

  • Changed grpcio verison to be > 1.44.1
  • Sanitized repo by removing leftover files from old versions.
  • Added more info to describe_index_stats call. The call now gives a namespace wise vector count breakdown.

2.0.11

Changed

  • Added support of querying by a single vector.
    • This is a step in deprecating batch queries.
  • Added support of querying by vector id.
  • Adds support to specify what metadata fields should be indexed on index creation using the index_metadata_config option.

2.0.10

Changed

  • Added support for deleting vectors by metadata filter. The pinecone.Index.delete() api now accepts an additional filter= parameter which takes metadata filter expression equivalent to what query() supports.
    • Internally these requests are now sent as POST requests, though the previous DELETE api is still supported.

2.0.9

Changed

  • Added update API. Allows updates to a vector and it's metadata.
  • Added state to index status. Allows the user to check what state the index is in with the describe_index call. An index can be in one of the following states:
    • Initializing: Index is getting ready
    • Ready: Index is ready to receive requests

... (truncated)

Commits
  • 965d353 [skip ci] Bump version to v7.1.0
  • 5e5ef37 Remove Github username from index_name for integration tests (#514)
  • 2fe971e Fix race condition in integration test cleanup (#513)
  • 86c381c Fix grpc timeouts when async_req=True (#510)
  • d1282ce Implement docs with sphinx (#508)
  • 9b85d0a Fix typo
  • 0e5e31c [Testing] Create a new project for each test run (#506)
  • 9d511c5 Only run install and dependency tests on merge (#505)
  • 79ec79b [skip ci] Bump version to v7.0.2
  • fa5f3e7 Fix missing readline error on Windows (#503)
  • Additional commits viewable in compare view

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)

Updates the requirements on [pinecone[asyncio,grpc]](https://github.com/pinecone-io/pinecone-python-client) to permit the latest version.
- [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@v6.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pinecone[asyncio,grpc]
  dependency-version: 7.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Jun 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 17, 2025 00:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Jun 17, 2025
@github-actions github-actions bot changed the title Update pinecone[asyncio,grpc] requirement from ~=6.0 to >=6,<8 in /python Python: Update pinecone[asyncio,grpc] requirement from ~=6.0 to >=6,<8 in /python Jun 17, 2025
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.

0 participants