Skip to content

Commit e85d7b5

Browse files
authored
Merge branch 'main' into verify-and-change-email
2 parents 095df6d + f493fb0 commit e85d7b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +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'
15+
cryptography < 44.0.0; platform.python_implementation == 'PyPy' and python_version < '3.11'
1616
httpx[http2] == 0.28.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +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"',
45+
'cryptography < 44.0.0; platform.python_implementation == "PyPy" and python_version < "3.11"',
4646
'httpx[http2] == 0.28.1',
4747
]
4848

0 commit comments

Comments
 (0)