release(ollama): 0.3.6 (#32180)

This commit is contained in:
Mason Daugherty 2025-07-22 13:24:17 -04:00 committed by GitHub
parent d40fd5a3ce
commit a6896794ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ license = { text = "MIT" }
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"ollama>=0.5.1,<1.0.0", "ollama>=0.5.1,<1.0.0",
"langchain-core<1.0.0,>=0.3.69", "langchain-core<1.0.0,>=0.3.70",
] ]
name = "langchain-ollama" name = "langchain-ollama"
version = "0.3.5" version = "0.3.6"
description = "An integration package connecting Ollama and LangChain" description = "An integration package connecting Ollama and LangChain"
readme = "README.md" readme = "README.md"

View File

@ -363,7 +363,7 @@ typing = [
[[package]] [[package]]
name = "langchain-ollama" name = "langchain-ollama"
version = "0.3.5" version = "0.3.6"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },