mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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]
|
||||
name = "langchain-pinecone"
|
||||
version = "0.2.0.dev1"
|
||||
version = "0.2.0"
|
||||
description = "An integration package connecting Pinecone and LangChain"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.13"
|
||||
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
|
||||
langchain-core = "^0.3"
|
||||
pinecone-client = "^5.0.0"
|
||||
aiohttp = ">=3.9.5,<3.10"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user