We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3143e2 commit 0714f72Copy full SHA for 0714f72
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.10.4
2
+
3
+* Fixed a thread-safety issue when configuring the internal `ssl.SSLContext` object.
4
5
# 0.10.3
6
7
* Added support for the system certificate bundle in Fedora 43 and later.
src/truststore/__init__.py
@@ -33,4 +33,4 @@
33
del _api, _sys # type: ignore[name-defined] # noqa: F821
34
35
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
36
-__version__ = "0.10.3"
+__version__ = "0.10.4"
0 commit comments