Skip to content

Commit f005fec

Browse files
Merge branch 'main' into fix_cd
2 parents 70b91ef + 1d1e7eb commit f005fec

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

pinecone_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. include:: ../README.md
33
"""
44

5-
__version__ = "0.6.2"
5+
__version__ = "0.6.3"
66

77

88
from .dataset import Dataset, DatasetInitializationError

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ s3fs = "^2023.1.0"
2020
pydantic = "^1.10.5"
2121
pandas = "^2.0.0"
2222
tqdm = "^4.65.0"
23-
pinecone-client = "3.0.0.dev10"
23+
pinecone-client = "^3.0.0"
2424

2525

2626
[tool.poetry.group.dev]

tests/system/test_io_pinecone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def spec(request):
3131
return PodSpec(environment=os.environ["PINECONE_ENVIRONMENT"])
3232

3333

34-
3534
class TestPinecone:
3635
def setup_method(self):
3736
# Prep Pinecone Dataset and Index for testing

tests/unit/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515

1616
def test_version():
17-
assert __version__ == "0.6.2"
17+
assert __version__ == "0.6.3"

0 commit comments

Comments
 (0)