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"
@@ -339,7 +339,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"
@@ -363,8 +363,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"
@@ -373,7 +373,7 @@ develop = true
[package.dependencies]
httpx = "^0.27.0"
langchain-core = "^0.3.0"
langchain-core = "^0.3.15"
pytest = ">=7,<9"
syrupy = "^4"
@@ -1003,4 +1003,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "23a501c80ee0d64d676e493060f0cb6a3679d50a5f72e353b32a003c2c996260"
content-hash = "a990f45be00407eb6dcb11b1db4852dad61f9c8999f402b9a18f6029f905c9f3"

View File

@@ -71,7 +71,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