1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-01 21:35:34 +00:00

standard-tests: release 0.3.19 ()

This commit is contained in:
ccurme 2025-04-17 10:37:44 -04:00 committed by GitHub
parent add6a78f98
commit f01b89df56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions
libs/standard-tests

View File

@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }]
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.52",
"langchain-core<1.0.0,>=0.3.53",
"pytest<9,>=7",
"pytest-asyncio<1,>=0.20",
"httpx<1,>=0.25.0",
@ -17,7 +17,7 @@ dependencies = [
"numpy>=2.1.0; python_version>='3.13'",
]
name = "langchain-tests"
version = "0.3.18"
version = "0.3.19"
description = "Standard tests for LangChain implementations"
readme = "README.md"

View File

@ -289,7 +289,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.52"
version = "0.3.53"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@ -348,7 +348,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.18"
version = "0.3.19"
source = { editable = "." }
dependencies = [
{ name = "httpx" },