mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 21:33:51 +00:00
partners/pinecone: release 0.2.2 (#28466)
This commit is contained in:
parent
6b7e93d4c7
commit
ff675c11f6
6
libs/partners/pinecone/poetry.lock
generated
6
libs/partners/pinecone/poetry.lock
generated
@ -1,4 +1,4 @@
|
|||||||
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
|
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiohttp"
|
name = "aiohttp"
|
||||||
@ -683,7 +683,7 @@ url = "../../core"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-openai"
|
name = "langchain-openai"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
description = "An integration package connecting OpenAI and LangChain"
|
description = "An integration package connecting OpenAI and LangChain"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
@ -2094,4 +2094,4 @@ propcache = ">=0.2.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<3.13"
|
python-versions = ">=3.9,<3.13"
|
||||||
content-hash = "73b627cc1c47574c142af6d1e18eb7186d75526421f4935b0c2c27fe4726ac6b"
|
content-hash = "b19080a915cafa4786cc8238c11e89b05e496912674d8915d22fe1fe85604b22"
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-pinecone"
|
name = "langchain-pinecone"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
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 = "^0.3.15"
|
langchain-core = "^0.3.21"
|
||||||
pinecone = "^5.4.0"
|
pinecone = "^5.4.0"
|
||||||
aiohttp = ">=3.9.5,<3.10"
|
aiohttp = ">=3.9.5,<3.10"
|
||||||
numpy = ">=1.26.0,<2.0.0"
|
numpy = ">=1.26.0,<2.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user