ollama: release 0.3.3 (#31253)

This commit is contained in:
ccurme 2025-05-15 16:24:04 -04:00 committed by GitHub
parent 9efafe3337
commit a401d7e52a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -8,10 +8,10 @@ license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"ollama>=0.4.8,<1.0.0",
"langchain-core<1.0.0,>=0.3.52",
"langchain-core<1.0.0,>=0.3.60",
]
name = "langchain-ollama"
version = "0.3.2"
version = "0.3.3"
description = "An integration package connecting Ollama and LangChain"
readme = "README.md"

View File

@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.13'",
@ -289,7 +288,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.56"
version = "0.3.60"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -304,10 +303,9 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "jsonpatch", specifier = ">=1.33,<2.0" },
{ name = "langsmith", specifier = ">=0.1.125,<0.4" },
{ name = "langsmith", specifier = ">=0.1.126,<0.4" },
{ name = "packaging", specifier = ">=23.2,<25" },
{ name = "pydantic", marker = "python_full_version < '3.12.4'", specifier = ">=2.5.2,<3.0.0" },
{ name = "pydantic", marker = "python_full_version >= '3.12.4'", specifier = ">=2.7.4,<3.0.0" },
{ name = "pydantic", specifier = ">=2.7.4" },
{ name = "pyyaml", specifier = ">=5.3" },
{ name = "tenacity", specifier = ">=8.1.0,!=8.4.0,<10.0.0" },
{ name = "typing-extensions", specifier = ">=4.7" },
@ -348,7 +346,7 @@ typing = [
[[package]]
name = "langchain-ollama"
version = "0.3.2"
version = "0.3.3"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },