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 ba8f752 commit 001cf99Copy full SHA for 001cf99
.github/scripts/check_diff.py
@@ -39,7 +39,6 @@
39
40
PY_312_MAX_PACKAGES = [
41
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
42
- "libs/partners/pinecone",
43
"libs/partners/voyageai",
44
]
45
libs/partners/pinecone/pyproject.toml
@@ -5,12 +5,12 @@ build-backend = "pdm.backend"
5
[project]
6
authors = []
7
license = {text = "MIT"}
8
-requires-python = "<3.13,>=3.9"
+requires-python = "<3.14,>=3.9"
9
dependencies = [
10
"langchain-core<1.0.0,>=0.3.29",
11
"pinecone<6.0.0,>=5.4.0",
12
"aiohttp<3.11,>=3.10",
13
- "numpy<2.0.0,>=1.26.0",
+ "numpy<2.0.0,>=1.26.4",
14
"langchain-tests<1.0.0,>=0.3.7",
15
16
name = "langchain-pinecone"
0 commit comments