pinecone-client6.0.0
pinecone-client6.0.0
Published
Pinecone client (DEPRECATED)
pip install pinecone-client
Package Downloads
Authors
Project URLs
Requires Python
<4.0,>=3.9
Dependencies
- typing-extensions
>=3.7.4
- urllib3
>=1.26.0; python_version >= "3.8" and python_version < "3.12"
- urllib3
>=1.26.5; python_version >= "3.12" and python_version < "4.0"
- certifi
>=2019.11.17
- grpcio
>=1.44.0; (python_version >= "3.8" and python_version < "3.11") and extra == "grpc"
- grpcio
>=1.59.0; (python_version >= "3.11" and python_version < "4.0") and extra == "grpc"
- grpcio
>=1.68.0; (python_version >= "3.13" and python_version < "4.0") and extra == "grpc"
- googleapis-common-protos
>=1.66.0; extra == "grpc"
- lz4
>=3.1.3; extra == "grpc"
- protobuf
<6.0,>=5.29; extra == "grpc"
- protoc-gen-openapiv2
<0.0.2,>=0.0.1; extra == "grpc"
- pinecone-plugin-interface
<0.0.8,>=0.0.7
- python-dateutil
>=2.5.3
- aiohttp
>=3.9.0; extra == "asyncio"
Pinecone Python Client (DEPRECATED)
The official Pinecone python package has been renamed from pinecone-client
to pinecone
. To upgrade, please
remove pinecone-client
from your project dependencies and then add the pinecone
package to get the
latest updates.
WARNING: Failure to remove pinecone-client
before installing pinecone
can lead to confusing interactions
between the two packages.
Upgrade steps
pip uninstall pinecone-client
pip install pinecone
Or, if you are using grpc:
pip uninstall pinecone-client
pip install "pinecone[grpc]"
For info on code changes that may impact you, see Release Notes and Upgrading
Links
pinecone
on PyPI- Source on Github