tests: release 0.3.11 (#29648)

This commit is contained in:
ccurme 2025-02-06 16:48:09 -05:00 committed by GitHub
parent 25ce1e211a
commit 91cca827c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ authors = [
license = {text = "MIT"}
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.33",
"langchain-core<1.0.0,>=0.3.34",
"pytest<9,>=7",
"pytest-asyncio<1,>=0.20",
"httpx<1,>=0.25.0",
@ -19,7 +19,7 @@ dependencies = [
"numpy<3,>=1.26.2; python_version >= \"3.12\"",
]
name = "langchain-tests"
version = "0.3.10"
version = "0.3.11"
description = "Standard tests for LangChain implementations"
readme = "README.md"

View File

@ -287,7 +287,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.34rc1"
version = "0.3.34"
source = { directory = "../core" }
dependencies = [
{ name = "jsonpatch" },
@ -345,7 +345,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.10"
version = "0.3.11"
source = { editable = "." }
dependencies = [
{ name = "httpx" },
@ -376,7 +376,7 @@ typing = [
[package.metadata]
requires-dist = [
{ name = "httpx", specifier = ">=0.25.0,<1" },
{ name = "langchain-core", specifier = ">=0.3.33,<1.0.0" },
{ name = "langchain-core", specifier = ">=0.3.34,<1.0.0" },
{ name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" },
{ name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" },
{ name = "pytest", specifier = ">=7,<9" },