release(standard-tests): 0.3.22 (#33186)

This commit is contained in:
ccurme
2025-10-01 10:39:17 -04:00
committed by GitHub
parent 7ccff656eb
commit 7d78ed9b53
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }]
license = { text = "MIT" }
requires-python = ">=3.9.0,<4.0.0"
dependencies = [
"langchain-core>=0.3.75,<2.0.0",
"langchain-core>=0.3.77,<2.0.0",
"pytest>=7.0.0,<9.0.0",
"pytest-asyncio>=0.20.0,<2.0.0",
"httpx>=0.28.1,<1.0.0",
@@ -21,7 +21,7 @@ dependencies = [
"numpy>=2.1.0; python_version>='3.13'",
]
name = "langchain-tests"
version = "0.3.21"
version = "0.3.22"
description = "Standard tests for LangChain implementations"
readme = "README.md"

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.9.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -303,7 +303,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.76"
version = "0.3.77"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -361,7 +361,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.21"
version = "0.3.22"
source = { editable = "." }
dependencies = [
{ name = "httpx" },