Skip to content

Commit cdc2e4c

Browse files
authored
Set a max cryptography version in setup.py
1 parent ac11031 commit cdc2e4c

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
@@ -15,6 +15,6 @@
1515
long_description_content_type="text/markdown",
1616
packages=find_packages(exclude=["tests"]),
1717
python_requires=">=3.7, <4",
18-
install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0', 'pyOpenSSL >= 23.1.1, < 25', 'asn1==2.7.0', 'cattrs==23.1.2'],
18+
install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0, < 43', 'pyOpenSSL >= 23.1.1, < 25', 'asn1==2.7.0', 'cattrs==23.1.2'],
1919
package_data={"appstoreserverlibrary": ["py.typed"]},
2020
)

0 commit comments

Comments
 (0)