From 64142fd759c6db2a0ccf160e524bdda69bc0c13b Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:05:59 -0700 Subject: [PATCH] Bld: Prevent TypeError with read_sql of a sqlalchemy stmt Dodges #34 in lieu of a more complete fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c903801..4f43008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "nbconvert", "nbclient", "nbformat", - "pandas", + "pandas<2.2", "sqlalchemy", "toml", "types-toml",