standard-tests: release 0.3.9 (#29356)

This commit is contained in:
Erick Friis 2025-01-22 09:46:19 -08:00 committed by GitHub
parent 7378c955db
commit 3f1d20964a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 612 additions and 411 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-tests"
version = "0.3.8"
version = "0.3.9"
description = "Standard tests for LangChain implementations"
authors = ["Erick Friis <erick@langchain.dev>"]
readme = "README.md"
@ -19,7 +19,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.22"
langchain-core = "^0.3.31"
pytest = ">=7,<9"
pytest-asyncio = ">=0.20,<1"
httpx = ">=0.25.0,<1"