mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 02:50:31 +00:00
tests: release 0.3.17 (#30502)
This commit is contained in:
@@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }]
|
|||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = "<4.0,>=3.9"
|
requires-python = "<4.0,>=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core<1.0.0,>=0.3.48",
|
"langchain-core<1.0.0,>=0.3.49",
|
||||||
"pytest<9,>=7",
|
"pytest<9,>=7",
|
||||||
"pytest-asyncio<1,>=0.20",
|
"pytest-asyncio<1,>=0.20",
|
||||||
"httpx<1,>=0.25.0",
|
"httpx<1,>=0.25.0",
|
||||||
@@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"numpy<3,>=1.26.2",
|
"numpy<3,>=1.26.2",
|
||||||
]
|
]
|
||||||
name = "langchain-tests"
|
name = "langchain-tests"
|
||||||
version = "0.3.16"
|
version = "0.3.17"
|
||||||
description = "Standard tests for LangChain implementations"
|
description = "Standard tests for LangChain implementations"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
4
libs/standard-tests/uv.lock
generated
4
libs/standard-tests/uv.lock
generated
@@ -288,7 +288,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.48"
|
version = "0.3.49"
|
||||||
source = { editable = "../core" }
|
source = { editable = "../core" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
@@ -346,7 +346,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-tests"
|
name = "langchain-tests"
|
||||||
version = "0.3.16"
|
version = "0.3.17"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
|
Reference in New Issue
Block a user