Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d26b380

Browse filesBrowse files
chore(deps): update dependency sqlalchemy to v1.3.13 (GoogleCloudPlatform#2778)
* chore(deps): update dependency sqlalchemy to v1.3.13 * Comment out requirement, add explanation for user * Add explanation of requirements * specify pg8000 version for py2 Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 2b3daa3 commit d26b380
Copy full SHA for d26b380

File tree

Expand file treeCollapse file tree

3 files changed

+7
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-6
lines changed
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==1.1.1
2-
psycopg2==2.8.4
3-
psycopg2-binary==2.8.4
2+
# psycopg2==2.8.4
3+
psycopg2-binary==2.8.4 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==0.9.3
5-
SQLAlchemy==1.3.12
5+
SQLAlchemy==1.3.13
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
SQLAlchemy==1.3.12
2+
SQLAlchemy==1.3.13
33
PyMySQL==0.9.3
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Flask==1.1.1
2-
SQLAlchemy==1.3.12
3-
pg8000==1.13.2
2+
SQLAlchemy==1.3.13
3+
pg8000==1.13.2; python_version > '3.0'
4+
pg8000==1.12.5; python_version < '3.0'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.