We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a418153 commit 489074aCopy full SHA for 489074a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.9.1
2
+
3
+* Fixed an issue for CPython 3.13 where `ssl.SSLSocket` and `ssl.SSLObject` certificate
4
+ chain APIs would return different types.
5
6
# 0.9.0
7
8
* Added support for Python 3.13.
src/truststore/__init__.py
@@ -10,4 +10,4 @@
10
del _api, _sys # type: ignore[name-defined] # noqa: F821
11
12
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
13
-__version__ = "0.9.0"
+__version__ = "0.9.1"
0 commit comments