lib-shopware6-api-base 3.0.1__tar.gz → 3.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/CHANGELOG.md +10 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/PKG-INFO +2 -2
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/pyproject.toml +3 -2
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__init__conf__.py +1 -1
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.devcontainer/devcontainer.json +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.devcontainer/settings.json +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/actions/extract-metadata/action.yml +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/dependabot.yml +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/workflows/cicd_docker.yml +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/workflows/codeql-analysis.yml +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/workflows/default_release_public.yml +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.gitignore +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/CODE_OF_CONDUCT.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/CONTRIBUTING.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/INSTALL.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/ISSUE_TEMPLATE.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/LICENSE +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/PULL_REQUEST_TEMPLATE.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/README.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/example.env +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/mk +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/mk.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/notebooks/Quickstart.ipynb +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/__init__.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/__main__.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_git.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_metadata.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_pip.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_subprocess.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_test_audit.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_test_coverage.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_test_steps.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/_utils.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/build.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/bump.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/bump_major.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/bump_minor.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/bump_patch.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/bump_version.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/clean.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/cli.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/dependencies.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/dev.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/help.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/install.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/menu.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/push.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/refractor.md +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/refractor.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/release.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/run_cli.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/target_metadata.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/test.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/toml_config.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/scripts/version_current.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/.gitignore +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__init__.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__main__.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/_compat.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/_http_common.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/conf_shopware6_api_base_classes.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/exit_codes.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_admin_client.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_cli.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria_aggregation.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria_filter.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria_sorting.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_helpers.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_storefront_client.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/py.typed +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/conf_test_docker.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/conftest.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/docker.env +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/lib_bash_functions.sh +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_clean.sh +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_pytest.sh +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_testloop.sh +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_testloop_pytest_and_mypy_only_no_setup.sh +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_testloop_windows.cmd +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/shellcheck.sh +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/testing_tools.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_api_base.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_cli.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_conf_classes.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_config.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_criteria.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_aggregation.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_filter.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_sorting.py +0 -0
- {lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_helpers.py +0 -0
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.0.2] - 2026-05-08
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bumped dev pin `python-multipart` to `>=0.0.27` (CVE-2026-42561)
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- pip-audit: ignore `CVE-2026-6357` (pip 26.0.1, env-only, fix in pip 26.1, awaiting GHA runner image bump)
|
|
17
|
+
|
|
8
18
|
## [3.0.1] - 2026-04-26
|
|
9
19
|
|
|
10
20
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lib_shopware6_api_base
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2
|
|
4
4
|
Summary: python3 base API client for shopware6
|
|
5
5
|
Project-URL: Homepage, https://github.com/bitranox/lib_shopware6_api_base
|
|
6
6
|
Project-URL: Documentation, https://github.com/bitranox/lib_shopware6_api_base/blob/master/README.md
|
|
@@ -42,7 +42,7 @@ Requires-Dist: pynacl>=1.6.2; extra == 'dev'
|
|
|
42
42
|
Requires-Dist: pyright[nodejs]>=1.1.408; extra == 'dev'
|
|
43
43
|
Requires-Dist: pytest-cov>=7.0.0; extra == 'dev'
|
|
44
44
|
Requires-Dist: pytest>=9.0.2; extra == 'dev'
|
|
45
|
-
Requires-Dist: python-multipart>=0.0.
|
|
45
|
+
Requires-Dist: python-multipart>=0.0.27; extra == 'dev'
|
|
46
46
|
Requires-Dist: rtoml>=0.13.0; extra == 'dev'
|
|
47
47
|
Requires-Dist: ruff>=0.14.14; extra == 'dev'
|
|
48
48
|
Requires-Dist: textual>=7.5.0; extra == 'dev'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "lib_shopware6_api_base"
|
|
3
|
-
version = "3.0.
|
|
3
|
+
version = "3.0.2"
|
|
4
4
|
description = "python3 base API client for shopware6"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -53,7 +53,7 @@ dev = [
|
|
|
53
53
|
"httpx>=0.28.1",
|
|
54
54
|
# Transitive CVE pins
|
|
55
55
|
"jaraco-context>=6.1.0", # CVE-2025-23949
|
|
56
|
-
"python-multipart>=0.0.
|
|
56
|
+
"python-multipart>=0.0.27", # CVE-2025-24486, CVE-2026-40347, CVE-2026-42561
|
|
57
57
|
"wheel>=0.46.3", # CVE-2025-24049
|
|
58
58
|
"pynacl>=1.6.2", # CVE-2025-69277
|
|
59
59
|
"urllib3>=2.6.3", # CVE-2025-66471, CVE-2025-66418
|
|
@@ -267,4 +267,5 @@ ignore-vulns = [
|
|
|
267
267
|
"PYSEC-2025-49", # setuptools 65.5.0 — bundled with macOS Py 3.10/3.11 runners
|
|
268
268
|
"CVE-2024-6345", # setuptools 65.5.0 — bundled with macOS Py 3.10/3.11 runners
|
|
269
269
|
"CVE-2026-3219", # pip 26.0.1 — env-only, not a project dependency, no fix available
|
|
270
|
+
"CVE-2026-6357", # pip 26.0.1 — env-only (GHA runner image), fix in pip 26.1, awaiting runner bump
|
|
270
271
|
]
|
|
@@ -26,7 +26,7 @@ name = "lib_shopware6_api_base"
|
|
|
26
26
|
#: Human-readable summary shown in CLI help output.
|
|
27
27
|
title = "python3 base API client for shopware6"
|
|
28
28
|
#: Current release version pulled from ``pyproject.toml`` by automation.
|
|
29
|
-
version = "3.0.
|
|
29
|
+
version = "3.0.2"
|
|
30
30
|
#: Repository homepage presented to users.
|
|
31
31
|
homepage = "https://github.com/bitranox/lib_shopware6_api_base"
|
|
32
32
|
#: Author attribution surfaced in CLI output.
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.devcontainer/devcontainer.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/workflows/cicd_docker.yml
RENAMED
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/.github/workflows/codeql-analysis.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/.gitignore
RENAMED
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__init__.py
RENAMED
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__main__.py
RENAMED
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/_compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_clean.sh
RENAMED
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_pytest.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/shellcheck.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_aggregation.py
RENAMED
|
File without changes
|
|
File without changes
|
{lib_shopware6_api_base-3.0.1 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_sorting.py
RENAMED
|
File without changes
|
|
File without changes
|