multiple: update langsmith dep (#16407)

This commit is contained in:
Erick Friis
2024-01-22 13:23:11 -08:00
committed by GitHub
parent dd5b8107b1
commit cfe95ab085
8 changed files with 24 additions and 101 deletions

View File

@@ -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"

View File

@@ -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}