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

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 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]]
name = "annotated-types"
@@ -409,7 +409,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.15"
version = "0.3.19"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@@ -433,8 +433,8 @@ type = "directory"
url = "../../core"
[[package]]
name = "langchain-standard-tests"
version = "0.1.1"
name = "langchain-tests"
version = "0.3.1"
description = "Standard tests for LangChain implementations"
optional = false
python-versions = ">=3.9,<4.0"
@@ -443,7 +443,7 @@ develop = true
[package.dependencies]
httpx = "^0.27.0"
langchain-core = "^0.3.0"
langchain-core = "^0.3.15"
pytest = ">=7,<9"
syrupy = "^4"
@@ -1193,4 +1193,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "7501ae59586e8c4ed95ec24121170926ff9ab5580665a80a7b7ae2efcbff5f18"
content-hash = "4a86b5a8d678aa583d949272e47d16b9a1ecde22ce590d903bcb1a386dc4ecdf"

View File

@@ -75,7 +75,7 @@ mypy = "^1.10"
path = "../../core"
develop = true
[tool.poetry.group.test.dependencies.langchain-standard-tests]
[tool.poetry.group.test.dependencies.langchain-tests]
path = "../../standard-tests"
develop = true