From ef4acf5365e41e91c27022a1f96f34cfa4a1bf29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:30:39 +0000 Subject: [PATCH] Update pandas requirement from <2.3.0,>=2.0.0 to >=2.0.0,<2.4.0 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1685d7ee..abddcd89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "nano-vectordb", "networkx", "numpy", - "pandas>=2.0.0,<2.3.0", + "pandas>=2.0.0,<2.4.0", "pipmaster", "pydantic", "pypinyin", @@ -50,7 +50,7 @@ api = [ "networkx", "numpy", "openai>=1.0.0,<3.0.0", - "pandas>=2.0.0,<2.3.0", + "pandas>=2.0.0,<2.4.0", "pipmaster", "pydantic", "pypinyin",