mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
tests[patch]: release 0.3.12 (#29797)
This commit is contained in:
parent
e4f106ea62
commit
d9a069c414
@ -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.34",
|
"langchain-core<1.0.0,>=0.3.35",
|
||||||
"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",
|
||||||
@ -17,7 +17,7 @@ dependencies = [
|
|||||||
"numpy<3,>=1.26.2; python_version >= \"3.12\"",
|
"numpy<3,>=1.26.2; python_version >= \"3.12\"",
|
||||||
]
|
]
|
||||||
name = "langchain-tests"
|
name = "langchain-tests"
|
||||||
version = "0.3.11"
|
version = "0.3.12"
|
||||||
description = "Standard tests for LangChain implementations"
|
description = "Standard tests for LangChain implementations"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -345,7 +345,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-tests"
|
name = "langchain-tests"
|
||||||
version = "0.3.11"
|
version = "0.3.12"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
|
Loading…
Reference in New Issue
Block a user