multiple: langchain-standard-tests -> langchain-tests (#28139)

This commit is contained in:
Erick Friis
2024-11-15 11:32:04 -08:00
committed by GitHub
parent 409c7946ac
commit 6d2004ee7d
31 changed files with 315 additions and 253 deletions

View File

@@ -720,7 +720,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.18"
version = "0.3.19"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@@ -762,8 +762,8 @@ type = "directory"
url = "../openai"
[[package]]
name = "langchain-standard-tests"
version = "0.3.0"
name = "langchain-tests"
version = "0.3.1"
description = "Standard tests for LangChain implementations"
optional = false
python-versions = ">=3.9,<4.0"
@@ -2071,4 +2071,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "1f77714ec9420ce148ab90de835585ddf87ce68f2d28240f63fcea47c9bccf6c"
content-hash = "df184c08b8561a31c587e9fd643cd80fa9b9fee422dfe73e0243bafe6e0e6964"

View File

@@ -74,7 +74,7 @@ pytest-asyncio = "^0.21.1"
docarray = "^0.32.1"
langchain-openai = { path = "../openai", develop = true }
langchain-core = { path = "../../core", develop = true }
langchain-standard-tests = { path = "../../standard-tests", develop = true }
langchain-tests = { path = "../../standard-tests", develop = true }
[tool.poetry.group.codespell.dependencies]
codespell = "^2.2.0"