From 8880e1477a31cc91f54cc61576d2365f379afd62 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Mon, 29 Sep 2025 14:09:40 -0700 Subject: [PATCH] chore: bump dependencies for RDS --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db5470e..8f81254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ docdb = [ "sshtunnel" ] rds = [ - "psycopg2-binary==2.9.5", + "psycopg2-binary==2.9.10", "pandas>=2.0.0,<2.2.0", - "SQLAlchemy==1.4.49" + "SQLAlchemy==2.0.43" ] helpers = [ "aind-data-schema>=1.1.0,<2.0",