Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 58e483d

Browse files
authored
chore: bump firebase-admin version (#62)
5.4.0 deprecated support for Python 3.6 and 6.0.0 removed it, while this library still maintains support for 3.6. For now, I'm changing the restriction to firebase_admin>=5.3.0 which should address the concerns.
1 parent e21c333 commit 58e483d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ google-auth>=1.0.0
22
google-auth-httplib2
33
google-api-python-client
44
google-api-core
5-
firebase_admin==5.2.0
5+
firebase_admin>=5.3.0
66
pyyaml

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def ReadConfig(section, value, default):
105105
'google-auth>=1.0.0',
106106
'google-auth-httplib2',
107107
'google-api-core',
108-
'firebase-admin==5.2.0',
108+
'firebase-admin>=5.3.0',
109109
'pyyaml',
110110
],
111111
packages=['googleclouddebugger'],

0 commit comments

Comments
 (0)