ollama: release 0.3.4 (#31928)

This commit is contained in:
Mason Daugherty 2025-07-08 16:44:36 -04:00 committed by GitHub
parent 0002b1dafa
commit 791c0e2e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ dependencies = [
"langchain-core<1.0.0,>=0.3.66",
]
name = "langchain-ollama"
version = "0.3.3"
version = "0.3.4"
description = "An integration package connecting Ollama and LangChain"
readme = "README.md"

View File

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