From cecbe3436e2ea64fd36c8b4732e476a365450bc1 Mon Sep 17 00:00:00 2001 From: Doug Ollerenshaw Date: Fri, 30 Jan 2026 13:48:16 -0800 Subject: [PATCH] Updated pandas pin to 3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c26d208..61e871e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docdb = [ ] rds = [ "psycopg2-binary==2.9.5", - "pandas>=2.0.0,<2.2.0", + "pandas==3.0.0", "SQLAlchemy==1.4.49" ] helpers = [