mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
multiple: update langsmith dep (#16407)
This commit is contained in:
4
libs/community/poetry.lock
generated
4
libs/community/poetry.lock
generated
@@ -3927,7 +3927,7 @@ develop = true
|
||||
[package.dependencies]
|
||||
anyio = ">=3,<5"
|
||||
jsonpatch = "^1.33"
|
||||
langsmith = "^0.0.83"
|
||||
langsmith = ">=0.0.83,<0.1"
|
||||
packaging = "^23.2"
|
||||
pydantic = ">=1,<3"
|
||||
PyYAML = ">=5.3"
|
||||
@@ -9180,4 +9180,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "e512944a95e344bcf8b15066e289798c53fb39299f6e0190bf69371f43e6f63a"
|
||||
content-hash = "73184aec5978e0de5b99029724164fa76394beb6359b59763ca488a258b0df4d"
|
||||
|
@@ -17,7 +17,7 @@ numpy = "^1"
|
||||
aiohttp = "^3.8.3"
|
||||
tenacity = "^8.1.0"
|
||||
dataclasses-json = ">= 0.5.7, < 0.7"
|
||||
langsmith = "~0.0.63"
|
||||
langsmith = ">=0.0.83,<0.1"
|
||||
tqdm = {version = ">=4.48.0", optional = true}
|
||||
openapi-pydantic = {version = "^0.3.2", optional = true}
|
||||
faiss-cpu = {version = "^1", optional = true}
|
||||
|
Reference in New Issue
Block a user