From 6fdaef9952781aeb6f6869bb437a4bc4cc7d4bc5 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Tue, 30 Sep 2025 14:52:32 -0700 Subject: [PATCH] Revert "chore: bump dependencies for RDS (#177)" This reverts commit 940bca70cef7b3d4cb0886046db9a8bbea46ddee. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f81254..db5470e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ docdb = [ "sshtunnel" ] rds = [ - "psycopg2-binary==2.9.10", + "psycopg2-binary==2.9.5", "pandas>=2.0.0,<2.2.0", - "SQLAlchemy==2.0.43" + "SQLAlchemy==1.4.49" ] helpers = [ "aind-data-schema>=1.1.0,<2.0",