mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 06:13:36 +00:00
pinecone[minor]: Release 0.2.0 (#26474)
This commit is contained in:
parent
ca304ae046
commit
17b397ef93
993
libs/partners/pinecone/poetry.lock
generated
993
libs/partners/pinecone/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-pinecone"
|
name = "langchain-pinecone"
|
||||||
version = "0.2.0.dev1"
|
version = "0.2.0"
|
||||||
description = "An integration package connecting Pinecone and LangChain"
|
description = "An integration package connecting Pinecone and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<3.13"
|
python = ">=3.9,<3.13"
|
||||||
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
|
langchain-core = "^0.3"
|
||||||
pinecone-client = "^5.0.0"
|
pinecone-client = "^5.0.0"
|
||||||
aiohttp = ">=3.9.5,<3.10"
|
aiohttp = ">=3.9.5,<3.10"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user