Skip to content

Commit 095df6d

Browse files
committed
pin cryptography version based on pypy version
1 parent 7d1dd4f commit 095df6d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ google-api-core[grpc] >= 2.25.1, < 3.0.0dev; platform.python_implementation != '
1212
google-cloud-firestore >= 2.21.0; platform.python_implementation != 'PyPy'
1313
google-cloud-storage >= 3.1.1
1414
pyjwt[crypto] >= 2.10.1
15+
cryptography < 44.0.0; platform_python_implementation == 'PyPy' and python_version < '3.11'
1516
httpx[http2] == 0.28.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'google-cloud-firestore>=2.21.0; platform.python_implementation != "PyPy"',
4343
'google-cloud-storage>=3.1.1',
4444
'pyjwt[crypto] >= 2.10.1',
45+
'cryptography < 44.0.0; platform_python_implementation == "PyPy" and python_version < "3.11"',
4546
'httpx[http2] == 0.28.1',
4647
]
4748

0 commit comments

Comments
 (0)