Skip to content

Commit d2dc58f

Browse files
chore: set minimum version constraint on cryptography (#530)
1 parent 60eae7e commit d2dc58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
release_status = "Development Status :: 4 - Beta"
4545
core_dependencies = [
4646
"aiohttp",
47-
"cryptography",
47+
"cryptography>=38.0.3",
4848
"Requests",
4949
"google-auth",
5050
]

0 commit comments

Comments
 (0)