standard-tests: release 0.3.18 (#30854)

This commit is contained in:
ccurme
2025-04-15 12:56:54 -04:00
committed by GitHub
parent c6a8663afb
commit 6baf5c05a6
2 changed files with 7 additions and 7 deletions

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.49",
"langchain-core<1.0.0,>=0.3.52",
"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.17"
version = "0.3.18"
description = "Standard tests for LangChain implementations"
readme = "README.md"