standard-tests: release 0.3.20 (#31499)

This commit is contained in:
ccurme 2025-06-05 11:28:18 -04:00 committed by GitHub
parent 741bb1ffa1
commit 43bee469ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -362,7 +362,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.19"
version = "0.3.20"
source = { editable = "." }
dependencies = [
{ name = "httpx" },