tests[patch]: release 0.3.13 (#30102)

This commit is contained in:
ccurme 2025-03-04 10:53:43 -05:00 committed by GitHub
parent fb16c25920
commit 9383a0536a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 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.35",
"langchain-core<1.0.0,>=0.3.41",
"pytest<9,>=7",
"pytest-asyncio<1,>=0.20",
"httpx<1,>=0.25.0",
@ -16,7 +16,7 @@ dependencies = [
"numpy<3,>=1.26.2",
]
name = "langchain-tests"
version = "0.3.12"
version = "0.3.13"
description = "Standard tests for LangChain implementations"
readme = "README.md"

View File

@ -288,7 +288,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.40"
version = "0.3.41"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@ -346,7 +346,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.12"
version = "0.3.13"
source = { editable = "." }
dependencies = [
{ name = "httpx" },