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:
ccurme 2024-08-02 15:58:55 -04:00 committed by GitHub
parent acba38a18e
commit c2538e7834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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",]