tests[patch]: release 0.3.12 (#29797)

This commit is contained in:
ccurme 2025-02-13 15:57:44 -08:00 committed by GitHub
parent e4f106ea62
commit d9a069c414
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 = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.34",
"langchain-core<1.0.0,>=0.3.35",
"pytest<9,>=7",
"pytest-asyncio<1,>=0.20",
"httpx<1,>=0.25.0",
@ -17,7 +17,7 @@ dependencies = [
"numpy<3,>=1.26.2; python_version >= \"3.12\"",
]
name = "langchain-tests"
version = "0.3.11"
version = "0.3.12"
description = "Standard tests for LangChain implementations"
readme = "README.md"

View File

@ -345,7 +345,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.11"
version = "0.3.12"
source = { editable = "." }
dependencies = [
{ name = "httpx" },