partners/ollama: release 0.2.2rc1 (#28300)

This commit is contained in:
Erick Friis
2024-11-22 14:25:05 -08:00
committed by GitHub
parent 7277794a59
commit aa7fa80e1e
5 changed files with 228 additions and 218 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-ollama"
version = "0.2.1"
version = "0.2.2rc1"
description = "An integration package connecting Ollama and LangChain"
authors = []
readme = "README.md"
@@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
ollama = ">=0.3.0,<1"
langchain-core = "^0.3.15"
langchain-core = "^0.3.20"
[tool.ruff.lint]
select = [