From f094ac8ea935dfd84a65de5c270351cbf4c23e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:13:54 +0000 Subject: [PATCH] chore(deps): update pydantic requirement in /libs/kotaemon Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v0.0.2...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/kotaemon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index ac099a0..29c7f52 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "trogon>=0.5.0,<0.7", "umap-learn==0.5.9.post2", "tavily-python>=0.4.0", - "pydantic<=2.12.1", + "pydantic<=2.12.5", ] readme = "README.md" authors = [