ollama: release 0.3.3 (#31253)

This commit is contained in:
ccurme
2025-05-15 16:24:04 -04:00
committed by GitHub
parent 9efafe3337
commit a401d7e52a
2 changed files with 6 additions and 8 deletions

View File

@@ -8,10 +8,10 @@ license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"ollama>=0.4.8,<1.0.0",
"langchain-core<1.0.0,>=0.3.52",
"langchain-core<1.0.0,>=0.3.60",
]
name = "langchain-ollama"
version = "0.3.2"
version = "0.3.3"
description = "An integration package connecting Ollama and LangChain"
readme = "README.md"