Skip to content

Commit

Permalink
Remove sqlalchemy upper bound (#1020)
Browse files Browse the repository at this point in the history
* Remove sqlalchemy upper bound

* Update CHANGELOG.md
  • Loading branch information
mark-thm authored Jul 8, 2024
1 parent 5118b87 commit d13e982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.10.12dev

* [Feature] Remove sqlalchemy upper bound ([#1020](https://github.com/ploomber/jupysql/pull/1020))

## 0.10.11 (2024-07-03)

* [Fix] Fix error when connections.ini contains a `query` value as dictionary ([#1015](https://github.com/ploomber/jupysql/issues/1015))
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"prettytable",
# IPython dropped support for Python 3.8
"ipython<=8.12.0; python_version <= '3.8'",
# sqlalchemy 2.0.29 breaking the CI: https://github.com/ploomber/jupysql/issues/1001
"sqlalchemy<2.0.29",
"sqlalchemy",
"sqlparse",
"ipython-genutils>=0.1.0",
"jinja2",
Expand Down

0 comments on commit d13e982

Please sign in to comment.