mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-25 12:33:39 +00:00
bump core dep
This commit is contained in:
parent
34cb6cb760
commit
6d19e1ae15
@ -8,7 +8,7 @@ license = { text = "MIT" }
|
|||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ollama>=0.5.1,<1.0.0",
|
"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"
|
name = "langchain-ollama"
|
||||||
version = "0.3.6"
|
version = "0.3.6"
|
||||||
@ -118,6 +118,7 @@ omit = ["tests/*"]
|
|||||||
addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5"
|
addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5"
|
||||||
markers = [
|
markers = [
|
||||||
"compile: mark placeholder test used to compile integration tests without running them",
|
"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"
|
asyncio_mode = "auto"
|
||||||
|
|
||||||
|
@ -305,7 +305,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.70"
|
version = "0.3.71"
|
||||||
source = { editable = "../../core" }
|
source = { editable = "../../core" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
|
Loading…
Reference in New Issue
Block a user