mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-25 01:16:55 +00:00
release(standard-tests): 0.3.22 (#33186)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
6
libs/standard-tests/uv.lock
generated
6
libs/standard-tests/uv.lock
generated
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user