Skip to content

Commit 2e40629

Browse files
chore: Pin rsa to 4.5 for Python 2.x compatibility
1 parent d0110cf commit 2e40629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"google-auth>=1.16.0",
4040
"google-auth-httplib2>=0.0.3",
4141
"google-api-core>=1.21.0,<2dev",
42+
# rsa version 4.5 is the last version that is compatible with Python 2.7
43+
"rsa==4.5;python_version<'3'",
4244
"six>=1.13.0,<2dev",
4345
"uritemplate>=3.0.0,<4dev",
4446
]

0 commit comments

Comments
 (0)