mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
experimental[patch]: bump min versions of core and community (#24996)
Ollama functions unit test broken with min version of community.
This commit is contained in:
parent
acba38a18e
commit
c2538e7834
2
libs/experimental/poetry.lock
generated
2
libs/experimental/poetry.lock
generated
@ -3705,4 +3705,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
content-hash = "dec43275b986de6578d6cd1236d077a7c74441d172319762d452d6b4a5db094c"
|
content-hash = "8a8150b7a47f2b6d04f4c3136eb4d4b3d8f1a3acee783020a5778b376dcc4152"
|
||||||
|
@ -22,8 +22,8 @@ exclude = [ "notebooks", "examples", "example_data",]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain-core = "^0.2.23"
|
langchain-core = "^0.2.27"
|
||||||
langchain-community = "^0.2.6"
|
langchain-community = "^0.2.10"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [ "E", "F", "I", "T201",]
|
select = [ "E", "F", "I", "T201",]
|
||||||
|
Loading…
Reference in New Issue
Block a user