mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
ollama: bump core version (#25826)
This commit is contained in:
parent
5db6c6d96d
commit
095b712a26
4
libs/partners/ollama/poetry.lock
generated
4
libs/partners/ollama/poetry.lock
generated
@ -294,7 +294,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.2.35"
|
version = "0.2.36"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
@ -887,4 +887,4 @@ zstd = ["zstandard (>=0.18.0)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
content-hash = "832fbfff0734b5ca736b8175526b0f548100c280954b0323720e2e3da8430488"
|
content-hash = "78a5a20492a448af94f0294368176f5855d7f6179301f8db2e652b0cc78fc3e2"
|
||||||
|
@ -14,7 +14,7 @@ license = "MIT"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
ollama = ">=0.3.0,<1"
|
ollama = ">=0.3.0,<1"
|
||||||
langchain-core = "^0.2.20"
|
langchain-core = "0.2.36"
|
||||||
|
|
||||||
[tool.poetry.group.test]
|
[tool.poetry.group.test]
|
||||||
optional = true
|
optional = true
|
||||||
|
Loading…
Reference in New Issue
Block a user