Skip to content

Commit 77058c4

Browse files
Merge pull request #63 from panicinc/main
Bump cryptography and pyOpenSSL maximum version
2 parents 2345908 + cdc2e4c commit 77058c4

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, < 42', 'pyOpenSSL >= 23.1.1, < 24', '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)