ollama: release 0.3.2 (#30865)

This commit is contained in:
ccurme
2025-04-16 09:14:57 -04:00
committed by GitHub
parent 4af3f89a3a
commit ca39680d2a
2 changed files with 16 additions and 12 deletions

View File

@@ -6,9 +6,9 @@ build-backend = "pdm.backend"
authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = ["ollama<1,>=0.4.4", "langchain-core<1.0.0,>=0.3.51"]
dependencies = ["ollama<1,>=0.4.4", "langchain-core<1.0.0,>=0.3.52"]
name = "langchain-ollama"
version = "0.3.1"
version = "0.3.2"
description = "An integration package connecting Ollama and LangChain"
readme = "README.md"