mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 01:23:07 +00:00
Merge branch 'master' of github.com:langchain-ai/langchain
This commit is contained in:
commit
71ad451e1f
@ -17,7 +17,7 @@ dependencies = [
|
|||||||
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
|
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
|
||||||
]
|
]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.3.26"
|
version = "0.3.27"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -2346,7 +2346,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.3.26"
|
version = "0.3.27"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
|
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
|
||||||
|
Loading…
Reference in New Issue
Block a user