Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pyopenssl

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyopenssl - npm Package Compare versions

Comparing version
25.2.0
to
25.3.0
+15
-1
CHANGELOG.rst

@@ -7,3 +7,3 @@ Changelog

25.3.0 (UNRELEASED)
25.4.0 (UNRELEASED)
-------------------

@@ -20,3 +20,17 @@

25.3.0 (2025-09-16)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
- Maximum supported ``cryptography`` version is now 46.x.
25.2.0 (2025-09-14)

@@ -23,0 +37,0 @@ -------------------

Metadata-Version: 2.4
Name: pyOpenSSL
Version: 25.2.0
Version: 25.3.0
Summary: Python wrapper module around the OpenSSL library

@@ -31,3 +31,3 @@ Home-page: https://pyopenssl.org/

License-File: LICENSE
Requires-Dist: cryptography<46,>=45.0.7
Requires-Dist: cryptography<47,>=45.0.7
Requires-Dist: typing-extensions>=4.9; python_version < "3.13" and python_version >= "3.8"

@@ -101,3 +101,3 @@ Provides-Extra: test

25.3.0 (UNRELEASED)
25.4.0 (UNRELEASED)
-------------------

@@ -114,3 +114,17 @@

25.3.0 (2025-09-16)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
- Maximum supported ``cryptography`` version is now 46.x.
25.2.0 (2025-09-14)

@@ -117,0 +131,0 @@ -------------------

+1
-1

@@ -97,3 +97,3 @@ #!/usr/bin/env python

install_requires=[
"cryptography>=45.0.7,<46",
"cryptography>=45.0.7,<47",
(

@@ -100,0 +100,0 @@ "typing-extensions>=4.9; "

@@ -20,3 +20,3 @@ # Copyright (C) AB Strakt

__version__ = "25.2.0"
__version__ = "25.3.0"

@@ -23,0 +23,0 @@ __title__ = "pyOpenSSL"

Metadata-Version: 2.4
Name: pyOpenSSL
Version: 25.2.0
Version: 25.3.0
Summary: Python wrapper module around the OpenSSL library

@@ -31,3 +31,3 @@ Home-page: https://pyopenssl.org/

License-File: LICENSE
Requires-Dist: cryptography<46,>=45.0.7
Requires-Dist: cryptography<47,>=45.0.7
Requires-Dist: typing-extensions>=4.9; python_version < "3.13" and python_version >= "3.8"

@@ -101,3 +101,3 @@ Provides-Extra: test

25.3.0 (UNRELEASED)
25.4.0 (UNRELEASED)
-------------------

@@ -114,3 +114,17 @@

25.3.0 (2025-09-16)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
- Maximum supported ``cryptography`` version is now 46.x.
25.2.0 (2025-09-14)

@@ -117,0 +131,0 @@ -------------------

@@ -1,2 +0,2 @@

cryptography<46,>=45.0.7
cryptography<47,>=45.0.7

@@ -3,0 +3,0 @@ [:python_version < "3.13" and python_version >= "3.8"]