We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c1735 commit a792173Copy full SHA for a792173
pinecone/__version__
@@ -1 +1 @@
1
-7.3.0
+8.0.0
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "pinecone"
3
-version = "7.3.0"
+version = "8.0.0"
4
description = "Pinecone client and SDK"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -122,7 +122,7 @@ exclude = [
122
123
line-length = 100
124
indent-width = 4
125
-target-version = "py310"
+target-version = "8.0.0"
126
127
[tool.ruff.lint]
128
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
0 commit comments