Skip to content

Commit

Permalink
Bld: Prevent TypeError with read_sql of a sqlalchemy stmt
Browse files Browse the repository at this point in the history
Dodges #34 in lieu of a more complete fix
  • Loading branch information
Jacob-Stevens-Haas committed Apr 24, 2024
1 parent 45238db commit 64142fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"nbconvert",
"nbclient",
"nbformat",
"pandas",
"pandas<2.2",
"sqlalchemy",
"toml",
"types-toml",
Expand Down

0 comments on commit 64142fd

Please sign in to comment.