ollama: bump core version (#25826)

pull/25825/head^2 langchain-ollama==0.1.2
Erick Friis 3 weeks ago committed by GitHub
parent 5db6c6d96d
commit 095b712a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -294,7 +294,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.35"
version = "0.2.36"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -887,4 +887,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "832fbfff0734b5ca736b8175526b0f548100c280954b0323720e2e3da8430488"
content-hash = "78a5a20492a448af94f0294368176f5855d7f6179301f8db2e652b0cc78fc3e2"

@ -14,7 +14,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
ollama = ">=0.3.0,<1"
langchain-core = "^0.2.20"
langchain-core = "0.2.36"
[tool.poetry.group.test]
optional = true

Loading…
Cancel
Save