bump core dep

This commit is contained in:
Mason Daugherty 2025-07-25 15:22:30 -04:00
parent 34cb6cb760
commit 6d19e1ae15
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"ollama>=0.5.1,<1.0.0",
"langchain-core<1.0.0,>=0.3.70",
"langchain-core<1.0.0,>=0.3.72",
]
name = "langchain-ollama"
version = "0.3.6"
@ -118,6 +118,7 @@ omit = ["tests/*"]
addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5"
markers = [
"compile: mark placeholder test used to compile integration tests without running them",
"requires: mark test to require specific dependencies or external services",
]
asyncio_mode = "auto"

View File

@ -305,7 +305,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.70"
version = "0.3.71"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },