release(ollama): release 0.3.5 (#32076)

This commit is contained in:
Mason Daugherty 2025-07-16 18:45:32 -04:00 committed by GitHub
parent 587c213760
commit 491f63ca82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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