experimental[patch]: bump min versions of core and community (#24996)

Ollama functions unit test broken with min version of community.
pull/24999/head langchain-experimental==0.0.64
ccurme 2 months ago committed by GitHub
parent acba38a18e
commit c2538e7834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3705,4 +3705,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.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]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.23"
langchain-community = "^0.2.6"
langchain-core = "^0.2.27"
langchain-community = "^0.2.10"
[tool.ruff.lint]
select = [ "E", "F", "I", "T201",]

Loading…
Cancel
Save