From 7bd332273307204e8e486e5f98853e18d4f15ecb Mon Sep 17 00:00:00 2001 From: foefl Date: Wed, 2 Jul 2025 09:36:59 +0200 Subject: [PATCH] trigger manual hook of pip-system-certs to use system cert stores, related to #34 --- pyproject.toml | 4 ++-- src/delta_barth/__init__.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67a3a1f..09aef64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "delta-barth" -version = "0.5.11" +version = "0.5.12dev1" description = "workflows and pipelines for the Python-based Plugin of Delta Barth's ERP system" authors = [ {name = "Florian Förster", email = "f.foerster@d-opt.com"}, @@ -74,7 +74,7 @@ directory = "reports/coverage" [tool.bumpversion] -current_version = "0.5.11" +current_version = "0.5.12dev1" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/src/delta_barth/__init__.py b/src/delta_barth/__init__.py index e69de29..65cc7ea 100644 --- a/src/delta_barth/__init__.py +++ b/src/delta_barth/__init__.py @@ -0,0 +1,3 @@ +import pip_system_certs.wrapt_requests + +pip_system_certs.wrapt_requests.inject_truststore()