We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5485be + 0a5e8d5 commit 9617a25Copy full SHA for 9617a25
tenint/__init__.py
@@ -2,4 +2,4 @@
2
from .models.configuration import Configuration, Settings # noqa F401
3
from .connector import Connector # noqa F401
4
5
-__version__ = '0.9.2'
+__version__ = '0.9.3'
tenint/connector.py
@@ -259,6 +259,7 @@ def cmd_run(
259
callback_url,
260
headers={'X-Job-ID': job_id},
261
json=payload,
262
+ verify=False,
263
)
264
logger.info(f'Called back to {callback_url=} with {job_id=} and {payload=}')
265
else:
0 commit comments