diff --git a/setup.py b/setup.py index be88c81d6..d8f592756 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ packages=find_packages(exclude=["tests"]), provides=["asyncua"], license="GNU Lesser General Public License v3 or later", - install_requires=["aiofiles", "aiosqlite", "python-dateutil", "pytz", "cryptography>40.0.1", "sortedcontainers", "importlib-metadata;python_version<'3.8'", "pyOpenSSL", "typing-extensions"], + install_requires=["aiofiles", "aiosqlite", "python-dateutil", "pytz", "cryptography>40.0.1", "sortedcontainers", "importlib-metadata;python_version<'3.8'", "pyOpenSSL>23.2.0", "typing-extensions"], classifiers=[ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",