pinecone-client 6.0.0


pip install pinecone-client

  Latest version

Released: Feb 21, 2025


Meta
Author: Pinecone Systems, Inc.
Requires Python: >=3.9,<4.0

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology
  • Science/Research
  • System Administrators

License
  • OSI Approved :: Apache Software License

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Database
  • Software Development
  • Software Development :: Libraries
  • Software Development :: Libraries :: Application Frameworks
  • Software Development :: Libraries :: Python Modules

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

6.0.0 Feb 21, 2025
6.0.0.dev3 Feb 21, 2025
5.0.1 Aug 01, 2024
5.0.0 Jul 19, 2024
4.1.2 Jul 03, 2024
4.1.1 Jun 06, 2024
4.1.0 May 13, 2024
4.0.0 May 01, 2024
3.2.2 Mar 29, 2024
3.2.1 Mar 25, 2024
3.2.0 Mar 21, 2024
3.1.0 Feb 24, 2024
3.1.0.dev1 Feb 07, 2024
3.0.3 Feb 14, 2024
3.0.2 Jan 24, 2024
3.0.1 Jan 19, 2024
3.0.0 Jan 16, 2024
3.0.0rc3 Jan 10, 2024
3.0.0rc2 Apr 03, 2023
3.0.0.dev10 Jan 14, 2024
3.0.0.dev9 Jan 13, 2024
3.0.0.dev8 Jan 10, 2024
3.0.0.dev7 Jan 10, 2024
3.0.0.dev6 Jan 05, 2024
3.0.0.dev5 Dec 28, 2023
3.0.0.dev4 Dec 01, 2023
3.0.0.dev3 Nov 27, 2023
3.0.0.dev2 Nov 27, 2023
3.0.0.dev1 Nov 21, 2023
2.3.0.dev1 Nov 21, 2023
2.2.5 Nov 21, 2023
2.2.5rc2 Nov 21, 2023
2.2.4 Sep 15, 2023
2.2.3 Sep 15, 2023
2.2.3rc1 Sep 15, 2023
2.2.2 Jun 07, 2023
2.2.2rc4 Jun 07, 2023
2.2.2rc3 Jun 05, 2023
2.2.2rc1 Jun 07, 2023
2.2.1 Feb 24, 2023
2.2.0 Feb 22, 2023
2.1.0 Jan 03, 2023
2.0.13 Aug 16, 2022
2.0.12 Aug 08, 2022
2.0.11 Jun 06, 2022
2.0.10 May 02, 2022
2.0.9 Apr 11, 2022
2.0.8 Mar 08, 2022
2.0.7 Mar 01, 2022
2.0.6 Feb 16, 2022
2.0.5 Jan 17, 2022
2.0.4 Dec 20, 2021
2.0.3 Oct 31, 2021
2.0.2 Oct 21, 2021
2.0.1 Oct 06, 2021
2.0.0 Oct 04, 2021
0.8.60 Jul 29, 2021
0.8.59 Jun 08, 2021
0.8.58 May 06, 2021
0.8.56 Apr 30, 2021
0.8.53 Apr 28, 2021
0.8.39 Apr 08, 2021
0.8.39rc0 Apr 22, 2021
0.8.39b0 Apr 22, 2021
0.8.38 Apr 08, 2021
0.8.37 Apr 08, 2021
0.8.36 Mar 31, 2021
0.8.34 Mar 16, 2021
0.8.33 Mar 16, 2021
0.8.27 Mar 10, 2021
0.8.10 Feb 23, 2021
0.8.9 Feb 21, 2021
0.8.8 Feb 19, 2021
0.8.7 Feb 18, 2021
0.8.5 Feb 16, 2021
0.8.1 Feb 12, 2021
0.7.46 Jan 26, 2021
0.7.44 Jan 25, 2021
0.7.42 Jan 25, 2021
0.7.27 Jan 19, 2021
0.7.26 Jan 18, 2021
0.7.17 Jan 12, 2021
0.7.16 Jan 12, 2021
0.7.13 Jan 07, 2021
0.7.11 Jan 06, 2021
0.7.5 Dec 31, 2020

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
certifi (>=2019.11.17)
pinecone-plugin-interface (<0.0.8,>=0.0.7)
python-dateutil (>=2.5.3)
typing-extensions (>=3.7.4)
urllib3 and (>=1.26.0)
urllib3 and (>=1.26.5)