release(ollama): 1.0.1 (#34330)

This commit is contained in:
Mason Daugherty
2025-12-12 16:46:28 -05:00
committed by GitHub
parent 62db04c43a
commit 5842110dbc
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.0"
version = "1.0.1"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"ollama>=0.6.0,<1.0.0",

View File

@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -288,7 +288,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.1.1"
version = "1.2.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -348,7 +348,7 @@ typing = [
[[package]]
name = "langchain-ollama"
version = "1.0.0"
version = "1.0.1"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },