We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587c213 commit 491f63cCopy full SHA for 491f63c
libs/partners/ollama/pyproject.toml
@@ -8,10 +8,10 @@ license = { text = "MIT" }
8
requires-python = ">=3.9"
9
dependencies = [
10
"ollama>=0.5.1,<1.0.0",
11
- "langchain-core<1.0.0,>=0.3.68",
+ "langchain-core<1.0.0,>=0.3.69",
12
]
13
name = "langchain-ollama"
14
-version = "0.3.4"
+version = "0.3.5"
15
description = "An integration package connecting Ollama and LangChain"
16
readme = "README.md"
17
0 commit comments