Skip to content

Commit

Permalink
update langchain-core minimum version to 0.1.27 for document compress…
Browse files Browse the repository at this point in the history
…or support required by new reranking feature
  • Loading branch information
mattf committed Apr 23, 2024
1 parent 2dd0227 commit da5f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ai-endpoints/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.5"
langchain-core = "^0.1.27"
aiohttp = "^3.9.1"
pillow = ">=10.0.0,<11.0.0"

Expand Down

0 comments on commit da5f22e

Please sign in to comment.