From b0f62cf4ff411af1548f45fe6bb8e1e3f6e8709d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:08:13 +0000 Subject: [PATCH] chore(deps): Update pandas requirement in /apps/backend 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/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index 45a6e1920..fb0080156 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -16,7 +16,7 @@ real_ladybug>=0.13.0; python_version >= "3.12" graphiti-core>=0.5.0; python_version >= "3.12" # pandas is required by real_ladybug for get_as_df() method # pandas 3.0+ required for pre-built wheels on Python 3.12+ -pandas>=3.0.2; python_version >= "3.12" +pandas>=3.0.3; python_version >= "3.12" # Windows-specific dependency for LadybugDB/Graphiti # pywin32 provides Windows system bindings required by real_ladybug