-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
Despite Dependabot finds langchain-core's most recent version
Latest version is 1.1.3
it says:
updater | 2025/12/10 13:16:01 INFO <job_1179376614> No update needed for langchain-core
Why?
Details
That's the dependency package definition.
langchain-cratedb/pyproject.toml
Lines 91 to 96 in f89680b
| [tool.poetry.dependencies] | |
| python = ">=3.9,<4.0" | |
| langchain-community = "<0.4" | |
| langchain-core = "<0.4" | |
| langchain-postgres = "==0.0.16" | |
| sqlalchemy-cratedb = ">=0.40.1" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels