Skip to content

Commit 001cf99

Browse files
authored
pinecone[patch]: add support for python 3.13 (#29737)
1 parent ba8f752 commit 001cf99

File tree

3 files changed

+216
-9
lines changed

3 files changed

+216
-9
lines changed

.github/scripts/check_diff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
PY_312_MAX_PACKAGES = [
4141
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
42-
"libs/partners/pinecone",
4342
"libs/partners/voyageai",
4443
]
4544

libs/partners/pinecone/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ build-backend = "pdm.backend"
55
[project]
66
authors = []
77
license = {text = "MIT"}
8-
requires-python = "<3.13,>=3.9"
8+
requires-python = "<3.14,>=3.9"
99
dependencies = [
1010
"langchain-core<1.0.0,>=0.3.29",
1111
"pinecone<6.0.0,>=5.4.0",
1212
"aiohttp<3.11,>=3.10",
13-
"numpy<2.0.0,>=1.26.0",
13+
"numpy<2.0.0,>=1.26.4",
1414
"langchain-tests<1.0.0,>=0.3.7",
1515
]
1616
name = "langchain-pinecone"

0 commit comments

Comments
 (0)