We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f49fec commit 93161b3Copy full SHA for 93161b3
1 file changed
resources/python/requirements.txt
@@ -45,8 +45,8 @@ service-identity~=24.2.0; python_version >= "3.13"
45
# cryptography - low-level cryptography backend for pyOpenSSL.
46
# Binary package (wheel). NOTE: only needed for SAST scanning, not runtime.
47
# 44.x compatible across all supported Python versions.
48
-cryptography==44.0.3; python_version < "3.13"
49
-cryptography~=44.0.1; python_version >= "3.13"
+cryptography==44.0.1; python_version < "3.13"
+cryptography~=44.0.3; python_version >= "3.13"
50
51
# cffi - C foreign function interface; dependency of cryptography.
52
# Binary package (wheel). 1.17.x required for Python 3.13 (updated C API
0 commit comments