mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 09:04:03 +00:00
release(ollama): 0.3.6 (#32180)
This commit is contained in:
parent
d40fd5a3ce
commit
a6896794ca
@ -8,10 +8,10 @@ license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"ollama>=0.5.1,<1.0.0",
|
||||
"langchain-core<1.0.0,>=0.3.69",
|
||||
"langchain-core<1.0.0,>=0.3.70",
|
||||
]
|
||||
name = "langchain-ollama"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
description = "An integration package connecting Ollama and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -363,7 +363,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-ollama"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "langchain-core" },
|
||||
|
Loading…
Reference in New Issue
Block a user