diff --git a/pyproject.toml b/pyproject.toml index 51af2e7..accc1d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Local Offline Knowledge Index — CLI for managing the loki serve requires-python = ">=3.11" dependencies = [ "click", - "pydantic>=2.0", + "pydantic>=2.13.0", "requests", "pyyaml", ]