mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
multiple: langchain-standard-tests -> langchain-tests (#28139)
This commit is contained in:
12
libs/partners/groq/poetry.lock
generated
12
libs/partners/groq/poetry.lock
generated
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user