mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
pinecone: bump min core version (#21742)
This commit is contained in:
parent
bd3e7d50f3
commit
06110e20b9
10
libs/partners/pinecone/poetry.lock
generated
10
libs/partners/pinecone/poetry.lock
generated
@ -352,7 +352,7 @@ develop = true
|
|||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
langchain-core = ">=0.1.46,<0.3"
|
langchain-core = ">=0.1.46,<0.3"
|
||||||
openai = "^1.24.0"
|
openai = "^1.24.0"
|
||||||
tiktoken = ">=0.5.2,<1"
|
tiktoken = ">=0.7,<1"
|
||||||
|
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "directory"
|
type = "directory"
|
||||||
@ -360,13 +360,13 @@ url = "../openai"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langsmith"
|
name = "langsmith"
|
||||||
version = "0.1.58"
|
version = "0.1.59"
|
||||||
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
|
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "<4.0,>=3.8.1"
|
python-versions = "<4.0,>=3.8.1"
|
||||||
files = [
|
files = [
|
||||||
{file = "langsmith-0.1.58-py3-none-any.whl", hash = "sha256:1148cc836ec99d1b2f37cd2fa3014fcac213bb6bad798a2b21bb9111c18c9768"},
|
{file = "langsmith-0.1.59-py3-none-any.whl", hash = "sha256:445e3bc1d3baa1e5340cd979907a19483b9763a2ed37b863a01113d406f69345"},
|
||||||
{file = "langsmith-0.1.58.tar.gz", hash = "sha256:a5060933c1fb3006b498ec849677993329d7e6138bdc2ec044068ab806e09c39"},
|
{file = "langsmith-0.1.59.tar.gz", hash = "sha256:e748a89f4dd6aa441349143e49e546c03b5dfb43376a25bfef6a5ca792fe1437"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1196,4 +1196,4 @@ watchmedo = ["PyYAML (>=3.10)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<3.13"
|
python-versions = ">=3.8.1,<3.13"
|
||||||
content-hash = "68b513656dd2c163230d485436f11b53db78b1580f8379784f1f91dda1b7e9fe"
|
content-hash = "56e1802b64dbffe94b4400814e20dd9754d5b9b5a4f1b28ace3ed3d17a252502"
|
||||||
|
@ -13,7 +13,7 @@ license = "MIT"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
# <3.13 is due to restriction in pinecone-client package
|
# <3.13 is due to restriction in pinecone-client package
|
||||||
python = ">=3.8.1,<3.13"
|
python = ">=3.8.1,<3.13"
|
||||||
langchain-core = ">=0.1.40,<0.3"
|
langchain-core = ">=0.1.52,<0.3"
|
||||||
pinecone-client = "^3.2.2"
|
pinecone-client = "^3.2.2"
|
||||||
numpy = "^1"
|
numpy = "^1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user