-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate run/idp-sql to sqlalchemy 2 (#9121)
* chore: migrate run/idp-sql to sqlalchemy 2 * linting * temp remove cleanup for debugging * switch to db.begin() for commits * remove cleanup for debugging * fix index parameters * add back cleanup --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
- Loading branch information
1 parent
7af5f61
commit f4cd664
Showing
3 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Flask==2.1.0 | ||
SQLAlchemy==1.4.38 | ||
SQLAlchemy==2.0.3 | ||
pg8000==1.24.2 | ||
gunicorn==20.1.0 | ||
firebase-admin==6.0.0 | ||
|