Skip to content

Commit 0e6e863

Browse files
Dorian BirrauxRaj Balaebail
authored andcommitted
update ssl api
Add create_default_context
1 parent b75bf76 commit 0e6e863

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

wolframclient/utils/api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@
168168
StringPayload="aiohttp.StringPayload",
169169
)
170170

171-
ssl = API(SSLContext="ssl.SSLContext")
171+
ssl = API(
172+
SSLContext="ssl.SSLContext",
173+
create_default_context="ssl.create_default_context",
174+
)
172175

173176
externalevaluate = API(
174177
execute_from_file="wolframclient.utils.externalevaluate.execute_from_file",

0 commit comments

Comments
 (0)