We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e6491 commit 6bfe1c9Copy full SHA for 6bfe1c9
4 files changed
CyberSource/utilities/tracking/__init__.py
generator/cybersource-python-template/requirements.mustache
@@ -1,7 +1,7 @@
1
certifi
2
pycryptodome
3
PyJWT
4
-pyOpenSSL
+pyOpenSSL<=23.2.0
5
DateTime
6
setuptools
7
six
requirements.txt
setup.py
@@ -23,7 +23,7 @@
23
"certifi",
24
"pycryptodome",
25
"PyJWT",
26
- "pyOpenSSL",
+ "pyOpenSSL<=23.2.0",
27
"DateTime",
28
"setuptools",
29
"six",
0 commit comments