Skip to content

Commit 5f71643

Browse files
committed
fix(google-auth): raise minimum pyopenssl version to 23.2.0
1 parent 247e2ad commit 5f71643

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py for Python 3.14
3+
pyasn1-modules==0.2.1
4+
setuptools==40.3.0
5+
cryptography==38.0.3
6+
pyjwt==2.0
7+
pyopenssl==23.2.0
8+

0 commit comments

Comments
 (0)