release(ollama): 0.3.7 (#32651)

This commit is contained in:
Mason Daugherty
2025-08-22 15:18:40 -04:00
committed by GitHub
parent af3b88f58d
commit 7851f66503
3 changed files with 100 additions and 101 deletions

View File

@@ -7,11 +7,11 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"ollama>=0.5.1,<1.0.0",
"langchain-core<1.0.0,>=0.3.70",
"ollama>=0.5.3,<1.0.0",
"langchain-core<1.0.0,>=0.3.74",
]
name = "langchain-ollama"
version = "0.3.6"
version = "0.3.7"
description = "An integration package connecting Ollama and LangChain"
readme = "README.md"
@@ -22,19 +22,18 @@ repository = "https://github.com/langchain-ai/langchain"
[dependency-groups]
test = [
"pytest<8.0.0,>=7.4.3",
"pytest-asyncio<1.0.0,>=0.23.2",
"syrupy<5.0.0,>=4.0.2",
"pytest<9.0.0,>=8.4.1",
"pytest-asyncio<1.0.0,>=0.26.0",
"syrupy<5.0.0,>=4.9.1",
"pytest-socket<1.0.0,>=0.7.0",
"pytest-watcher<1.0.0,>=0.3.4",
"pytest-watcher<1.0.0,>=0.4.3",
"langchain-core",
"langchain-tests",
]
codespell = ["codespell<3.0.0,>=2.2.6"]
test_integration = []
lint = ["ruff<0.13,>=0.12.2"]
lint = ["ruff<0.13,>=0.12.10"]
dev = ["langchain-core"]
typing = ["mypy<2.0.0,>=1.7.1", "langchain-core"]
typing = ["mypy<2.0.0,>=1.17.1", "langchain-core"]
[tool.uv.sources]
langchain-core = { path = "../../core", editable = true }