mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
pinecone[patch]: release 0.2.3 (#29741)
This commit is contained in:
parent
001cf99253
commit
ec55553807
@ -7,14 +7,14 @@ authors = []
|
||||
license = {text = "MIT"}
|
||||
requires-python = "<3.14,>=3.9"
|
||||
dependencies = [
|
||||
"langchain-core<1.0.0,>=0.3.29",
|
||||
"langchain-core<1.0.0,>=0.3.34",
|
||||
"pinecone<6.0.0,>=5.4.0",
|
||||
"aiohttp<3.11,>=3.10",
|
||||
"numpy<2.0.0,>=1.26.4",
|
||||
"langchain-tests<1.0.0,>=0.3.7",
|
||||
]
|
||||
name = "langchain-pinecone"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
description = "An integration package connecting Pinecone and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -652,7 +652,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-openai"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
source = { directory = "../openai" }
|
||||
dependencies = [
|
||||
{ name = "langchain-core" },
|
||||
@ -700,7 +700,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-pinecone"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "aiohttp" },
|
||||
@ -742,7 +742,7 @@ typing = [
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "aiohttp", specifier = ">=3.10,<3.11" },
|
||||
{ name = "langchain-core", specifier = ">=0.3.29,<1.0.0" },
|
||||
{ name = "langchain-core", specifier = ">=0.3.34,<1.0.0" },
|
||||
{ name = "langchain-tests", specifier = ">=0.3.7,<1.0.0" },
|
||||
{ name = "numpy", specifier = ">=1.26.4,<2.0.0" },
|
||||
{ name = "pinecone", specifier = ">=5.4.0,<6.0.0" },
|
||||
|
Loading…
Reference in New Issue
Block a user