Skip to content

Commit abc2f4d

Browse files
committed
set cryptography to 45.0.7 or below
1 parent d12c9fb commit abc2f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
'aiohttp==3.8.4',
1919
'aiofiles>=23.1.0',
2020
'requests-kerberos>=0.15.0',
21-
'urllib3==2.0.7'
21+
'urllib3==2.0.7',
22+
'cryptography<=45.0.7'
2223
]
2324

2425
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)