Skip to content

Commit

Permalink
update sqlalchemy to 1.4
Browse files Browse the repository at this point in the history
For compatibility with plaidcloud-rpc
  • Loading branch information
adamsdarlingtower committed Aug 15, 2023
1 parent a4327f9 commit 8ec95c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ sniffio==1.2.0
# via trio
sortedcontainers==2.4.0
# via trio
sqlalchemy==1.3.24
sqlalchemy==1.4
# via
# alembic
# apache-superset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_git_sha() -> str:
"selenium>=3.141.0",
"simplejson>=3.15.0",
"slackclient==2.5.0", # PINNED! slack changes file upload api in the future versions
"sqlalchemy>=1.3.16, <1.4, !=1.3.21",
"sqlalchemy==1.4",
"sqlalchemy-utils>=0.37.8, <0.38",
"sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562
"tabulate==0.8.9",
Expand Down

0 comments on commit 8ec95c3

Please sign in to comment.