mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 05:08:20 +00:00
core: release 0.2.6 (#22868)
This commit is contained in:
parent
bcbb43480c
commit
7234fd0f51
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -61,7 +61,7 @@ responses = "^0.25.0"
|
|||||||
# Support Python 3.8 and 3.12+.
|
# Support Python 3.8 and 3.12+.
|
||||||
numpy = [
|
numpy = [
|
||||||
{ version = "^1.24.0", python = "<3.12" },
|
{ version = "^1.24.0", python = "<3.12" },
|
||||||
{version = "^1.26.0", python = ">=3.12"}
|
{ version = "^1.26.0", python = ">=3.12" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user