From 6d269d140008c89a1a8f5584a3d324fa735c033e Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:50:13 +0300 Subject: [PATCH] Bump pandas dependency to support v3.0.1 Update pyproject.toml to allow compatibility with pandas 3.0.1. Fixes #12. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0260ea7..995b740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" rich = "^14.1.0" -pandas = "^2.2.2" +pandas = "^3.0.1" [tool.poetry.dev-dependencies] pytest = "^8.3.2"