lib-shopware6-api-base 3.0.0__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.
Files changed (92) hide show
  1. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.github/workflows/cicd_docker.yml +2 -2
  2. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.github/workflows/default_release_public.yml +2 -2
  3. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/CHANGELOG.md +27 -0
  4. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/PKG-INFO +3 -4
  5. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/README.md +0 -1
  6. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/pyproject.toml +10 -11
  7. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/refractor.md +9 -9
  8. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/refractor.py +2 -2
  9. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__init__conf__.py +1 -1
  10. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.devcontainer/devcontainer.json +0 -0
  11. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.devcontainer/settings.json +0 -0
  12. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.github/actions/extract-metadata/action.yml +0 -0
  13. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.github/dependabot.yml +0 -0
  14. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.github/workflows/codeql-analysis.yml +0 -0
  15. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/.gitignore +0 -0
  16. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/CODE_OF_CONDUCT.md +0 -0
  17. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/CONTRIBUTING.md +0 -0
  18. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/INSTALL.md +0 -0
  19. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/ISSUE_TEMPLATE.md +0 -0
  20. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/LICENSE +0 -0
  21. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/PULL_REQUEST_TEMPLATE.md +0 -0
  22. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/example.env +0 -0
  23. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/mk +0 -0
  24. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/mk.py +0 -0
  25. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/notebooks/Quickstart.ipynb +0 -0
  26. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/__init__.py +0 -0
  27. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/__main__.py +0 -0
  28. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_git.py +0 -0
  29. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_metadata.py +0 -0
  30. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_pip.py +0 -0
  31. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_subprocess.py +0 -0
  32. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_test_audit.py +0 -0
  33. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_test_coverage.py +0 -0
  34. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_test_steps.py +0 -0
  35. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/_utils.py +0 -0
  36. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/build.py +0 -0
  37. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/bump.py +0 -0
  38. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/bump_major.py +0 -0
  39. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/bump_minor.py +0 -0
  40. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/bump_patch.py +0 -0
  41. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/bump_version.py +0 -0
  42. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/clean.py +0 -0
  43. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/cli.py +0 -0
  44. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/dependencies.py +0 -0
  45. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/dev.py +0 -0
  46. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/help.py +0 -0
  47. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/install.py +0 -0
  48. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/menu.py +0 -0
  49. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/push.py +0 -0
  50. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/release.py +0 -0
  51. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/run_cli.py +0 -0
  52. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/target_metadata.py +0 -0
  53. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/test.py +0 -0
  54. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/toml_config.py +0 -0
  55. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/scripts/version_current.py +0 -0
  56. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/.gitignore +0 -0
  57. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__init__.py +0 -0
  58. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/__main__.py +0 -0
  59. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/_compat.py +0 -0
  60. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/_http_common.py +0 -0
  61. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/conf_shopware6_api_base_classes.py +0 -0
  62. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/exit_codes.py +0 -0
  63. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_admin_client.py +0 -0
  64. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base.py +0 -0
  65. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_cli.py +0 -0
  66. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria.py +0 -0
  67. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria_aggregation.py +0 -0
  68. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria_filter.py +0 -0
  69. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_criteria_sorting.py +0 -0
  70. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_api_base_helpers.py +0 -0
  71. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/lib_shopware6_storefront_client.py +0 -0
  72. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/src/lib_shopware6_api_base/py.typed +0 -0
  73. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/conf_test_docker.py +0 -0
  74. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/conftest.py +0 -0
  75. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/docker.env +0 -0
  76. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/lib_bash_functions.sh +0 -0
  77. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_clean.sh +0 -0
  78. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_pytest.sh +0 -0
  79. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_testloop.sh +0 -0
  80. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_testloop_pytest_and_mypy_only_no_setup.sh +0 -0
  81. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/run_testloop_windows.cmd +0 -0
  82. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/shellcheck.sh +0 -0
  83. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/local_testscripts/testing_tools.py +0 -0
  84. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_api_base.py +0 -0
  85. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_cli.py +0 -0
  86. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_conf_classes.py +0 -0
  87. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_config.py +0 -0
  88. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_criteria.py +0 -0
  89. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_aggregation.py +0 -0
  90. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_filter.py +0 -0
  91. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_criteria_sorting.py +0 -0
  92. {lib_shopware6_api_base-3.0.0 → lib_shopware6_api_base-3.0.2}/tests/test_helpers.py +0 -0
@@ -107,7 +107,7 @@ jobs:
107
107
  && steps.pytest.outcome == 'success'
108
108
  && matrix.os == 'ubuntu-latest'
109
109
  && matrix.python == '3.13'
110
- uses: codecov/codecov-action@v5
110
+ uses: codecov/codecov-action@v6
111
111
  with:
112
112
  files: ${{ env.COV_REPORT_FILE }}
113
113
  fail_ci_if_error: false
@@ -366,7 +366,7 @@ jobs:
366
366
 
367
367
  - name: Upload integration coverage to Codecov
368
368
  if: always()
369
- uses: codecov/codecov-action@v5
369
+ uses: codecov/codecov-action@v6
370
370
  with:
371
371
  files: coverage-integration.xml
372
372
  flags: integration
@@ -31,7 +31,7 @@ jobs:
31
31
  run: uv build
32
32
 
33
33
  - name: Upload artifacts
34
- uses: actions/upload-artifact@v6
34
+ uses: actions/upload-artifact@v7
35
35
  with:
36
36
  name: dist
37
37
  path: dist/*
@@ -56,7 +56,7 @@ jobs:
56
56
  fi
57
57
 
58
58
  - name: Download artifacts
59
- uses: actions/download-artifact@v7
59
+ uses: actions/download-artifact@v8
60
60
  with:
61
61
  name: dist
62
62
  path: dist/
@@ -5,6 +5,33 @@ 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
+
18
+ ## [3.0.1] - 2026-04-26
19
+
20
+ ### Changed
21
+
22
+ - Bumped `authlib` minimum to `>=1.6.11` (GHSA-jj8c-mmj3-mmgv)
23
+ - Bumped dev pin `python-multipart` to `>=0.0.26` (CVE-2026-40347)
24
+ - Updated CI actions: `codecov-action@v6`, refreshed upload/download-artifact actions
25
+
26
+ ### Fixed
27
+
28
+ - pip-audit: ignore `CVE-2026-3219` (pip 26.0.1, env-only, no upstream fix)
29
+
30
+ ### Removed
31
+
32
+ - Snyk badge from README
33
+ - Stale CVE entries from `tool.pip-audit.ignore-vulns` no longer flagged (kept setuptools CVEs needed by macOS Py 3.10/3.11 runners)
34
+
8
35
  ## [3.0.0] - 2026-02-03
9
36
 
10
37
  ### Breaking Changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lib_shopware6_api_base
3
- Version: 3.0.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
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Programming Language :: Python :: 3.14
23
23
  Classifier: Typing :: Typed
24
24
  Requires-Python: >=3.10
25
- Requires-Dist: authlib>=1.6.6
25
+ Requires-Dist: authlib>=1.6.11
26
26
  Requires-Dist: httpx>=0.28.1
27
27
  Requires-Dist: lib-cli-exit-tools>=2.2.4
28
28
  Requires-Dist: orjson
@@ -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.22; extra == 'dev'
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'
@@ -64,7 +64,6 @@ Description-Content-Type: text/markdown
64
64
  [![Code Style: Ruff](https://img.shields.io/badge/Code%20Style-Ruff-46A3FF?logo=ruff&labelColor=000)](https://docs.astral.sh/ruff/)
65
65
  [![codecov](https://codecov.io/gh/bitranox/lib_shopware6_api_base/graph/badge.svg?token=UFBaUDIgRk)](https://codecov.io/gh/bitranox/lib_shopware6_api_base)
66
66
  [![Maintainability](https://qlty.sh/badges/041ba2c1-37d6-40bb-85a0-ec5a8a0aca0c/maintainability.svg)](https://qlty.sh/gh/bitranox/projects/lib_shopware6_api_base)
67
- [![Known Vulnerabilities](https://snyk.io/test/github/bitranox/lib_shopware6_api_base/badge.svg)](https://snyk.io/test/github/bitranox/lib_shopware6_api_base)
68
67
  [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
69
68
 
70
69
  A Python base API client for Shopware 6, supporting Windows, Linux, and macOS.
@@ -10,7 +10,6 @@
10
10
  [![Code Style: Ruff](https://img.shields.io/badge/Code%20Style-Ruff-46A3FF?logo=ruff&labelColor=000)](https://docs.astral.sh/ruff/)
11
11
  [![codecov](https://codecov.io/gh/bitranox/lib_shopware6_api_base/graph/badge.svg?token=UFBaUDIgRk)](https://codecov.io/gh/bitranox/lib_shopware6_api_base)
12
12
  [![Maintainability](https://qlty.sh/badges/041ba2c1-37d6-40bb-85a0-ec5a8a0aca0c/maintainability.svg)](https://qlty.sh/gh/bitranox/projects/lib_shopware6_api_base)
13
- [![Known Vulnerabilities](https://snyk.io/test/github/bitranox/lib_shopware6_api_base/badge.svg)](https://snyk.io/test/github/bitranox/lib_shopware6_api_base)
14
13
  [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
15
14
 
16
15
  A Python base API client for Shopware 6, supporting Windows, Linux, and macOS.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lib_shopware6_api_base"
3
- version = "3.0.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"
@@ -11,7 +11,7 @@ dependencies = [
11
11
  "rich-click",
12
12
  "orjson",
13
13
  "httpx>=0.28.1",
14
- "authlib>=1.6.6",
14
+ "authlib>=1.6.11",
15
15
  ]
16
16
  license = {text = "MIT"}
17
17
  authors = [{ name = "bitranox", email = "bitranox@gmail.com" }]
@@ -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.22", # CVE-2025-24486
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
@@ -204,7 +204,7 @@ output = "coverage.json"
204
204
  pretty_print = true
205
205
 
206
206
  [tool.clean]
207
- # Patterns to remove when running `make clean` or `python -m scripts clean`
207
+ # Patterns to remove when running `make clean`
208
208
  patterns = [
209
209
  "**/__pycache__",
210
210
  ".hypothesis",
@@ -261,12 +261,11 @@ layers = [
261
261
 
262
262
  [tool.pip-audit]
263
263
  # Known vulnerabilities to ignore (environment-level packages, not project dependencies)
264
- # PYSEC-2022-42969: py library ReDoS — py 1.11.0 is installed in the development
265
- # environment but is not a dependency of this project; no fix available.
266
264
  ignore-vulns = [
267
- "PYSEC-2022-42969",
268
- "PYSEC-2022-43012", # setuptools 65.5.0 — env-only, not a project dependency
269
- "PYSEC-2025-49", # setuptools 65.5.0 — env-only, not a project dependency
270
- "CVE-2024-6345", # setuptools 65.5.0 — env-only, not a project dependency
271
- "CVE-2026-1703",
265
+ "PYSEC-2022-42969", # py 1.11.0 — ReDoS, env-only (pytest legacy), no fix available
266
+ "PYSEC-2022-43012", # setuptools 65.5.0 — bundled with macOS Py 3.10/3.11 runners
267
+ "PYSEC-2025-49", # setuptools 65.5.0 — bundled with macOS Py 3.10/3.11 runners
268
+ "CVE-2024-6345", # setuptools 65.5.0 — bundled with macOS Py 3.10/3.11 runners
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
272
271
  ]
@@ -43,16 +43,16 @@ Each roast issue includes:
43
43
 
44
44
  After the roast loop completes (only MINOR issues remain), the pipeline runs these steps on the **whole project**:
45
45
 
46
- | Step | Name | Description |
47
- |------|------|-------------|
48
- | 1 | Data Architecture Enforcement | Run `/bx_data_architecture_enforcement` |
49
- | 2 | Architecture Review | Review per `python_clean_architecture.md` |
50
- | 3 | LRU Cache Opportunities | Find caching opportunities, precompile regex |
51
- | 4 | Proper Usage of Libraries | Ensure orjson, rtoml, httpx usage |
46
+ | Step | Name | Description |
47
+ |------|------|--------------------------------------------------|
48
+ | 1 | Data Architecture Enforcement | Run `/bx_data_architecture_enforcement` |
49
+ | 2 | Architecture Review | Review using skill `bx-python-clean-architecture` |
50
+ | 3 | LRU Cache Opportunities | Find caching opportunities, precompile regex |
51
+ | 4 | Proper Usage of Libraries | Ensure orjson, rtoml, httpx usage |
52
52
  | 5 | Edge Cases & Security | Review for edge cases, race conditions, security |
53
- | 6 | Test Refractor | Run `/bx_refactor_tests_python` |
54
- | 7 | Code Simplification | Simplify code, remove dead code, modernize |
55
- | 8 | Documentation Review | Verify claude.md, module_reference.md accuracy |
53
+ | 6 | Test Refractor | Run `/bx_refactor_tests_python` |
54
+ | 7 | Code Simplification | Simplify code, remove dead code, modernize |
55
+ | 8 | Documentation Review | Verify claude.md, module_reference.md accuracy |
56
56
 
57
57
  ## Usage
58
58
 
@@ -15,7 +15,7 @@ Phase 1 - Iterative Roast Loop (max 10 iterations per pass):
15
15
 
16
16
  Phase 2 - Project-Wide Steps:
17
17
  1. Data Architecture Enforcement
18
- 2. Architecture Review (per python_clean_architecture.md)
18
+ 2. Architecture Review (using skill `bx-python-clean-architecture`)
19
19
  3. LRU Cache Opportunities
20
20
  4. Proper Usage of Libraries
21
21
  5. Edge Cases, Race Conditions & Security
@@ -656,7 +656,7 @@ Continue numbering for all issues found. Each issue MUST have a specific, action
656
656
  ),
657
657
  (
658
658
  "Architecture Review",
659
- "review architecture like described in python_clean_architecture.md. "
659
+ "review architecture use skill `bx-python-clean-architecture`"
660
660
  "do not create compatibility shims, we dont care for backward compatibility. "
661
661
  "write tests for any new code you create - aim for good test coverage. "
662
662
  "dont ask back - decide yourself given all the systemprompts in claude.md. "
@@ -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.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.