Skip to content

Commit 9b1b657

Browse files
committed
fix(build): Corrected an invalid build configuration (wheel.sources instead of wheel-sources)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent f76669d commit 9b1b657

22 files changed

Lines changed: 60 additions & 21 deletions

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Release (2026-MM-DD)
22

3+
- `albwaf`:
4+
- [v0.1.1](services/albwaf/CHANGELOG.md#v011)
5+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.albwaf` to fail with `ModuleNotFoundError`
6+
- `cost`:
7+
- [v0.4.1](services/cost/CHANGELOG.md#v041)
8+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.cost` to fail with `ModuleNotFoundError`
39
- `dremio`:
410
- [v0.1.0](services/dremio/CHANGELOG.md#v010)
511
- **New**: STACKIT Dremio module can be used to manage STACKIT Dremio instances and users.
@@ -15,6 +21,9 @@
1521
- [v1.3.0](services/mariadb/CHANGELOG.md#v130)
1622
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
1723
The return type now correctly models the actual JSON response, this operation was broken beforehand.
24+
- `modelexperiments`:
25+
- [v0.2.1](services/modelexperiments/CHANGELOG.md#v021)
26+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.modelexperiments` to fail with `ModuleNotFoundError`
1827
- `opensearch`:
1928
- [v1.3.0](services/opensearch/CHANGELOG.md#v130)
2029
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
@@ -27,15 +36,24 @@
2736
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
2837
The return type now correctly models the actual JSON response, this operation was broken beforehand.
2938
- `telemetrylink`:
39+
- [v0.4.2](services/telemetrylink/CHANGELOG.md#v042)
40+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetrylink` to fail with `ModuleNotFoundError`
3041
- [v0.4.1](services/telemetrylink/CHANGELOG.md#v041)
3142
- **Improvement:** Add validation for `description` field in `TelemetryLinkResponse` model
3243
- `telemetryrouter`:
44+
- [v0.5.2](services/telemetryrouter/CHANGELOG.md#v052)
45+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetryrouter` to fail with `ModuleNotFoundError`
3346
- [v0.5.1](services/telemetryrouter/CHANGELOG.md#v051)
3447
- **Improvement:** Add validation for `description` field in `AccessTokenBaseRequest`, `AccessTokenBaseResponse`, `CreateAccessTokenPayload`, `CreateAccessTokenResponse`, `DestinationResponse`, `GetAccessTokenResponse`, `TelemetryRouterResponse`, `UpdateAccessTokenPayload` and `UpdateAccessTokenResponse` models
3548
- `valkey`:
49+
- [v0.2.1](services/valkey/CHANGELOG.md#v021)
50+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.valkey` to fail with `ModuleNotFoundError`
3651
- [v0.2.0](services/valkey/CHANGELOG.md#v020)
3752
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
3853
The return type now correctly models the actual JSON response, this operation was broken beforehand.
54+
- `vpn`:
55+
- [v0.7.1](services/vpn/CHANGELOG.md#v071)
56+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.vpn` to fail with `ModuleNotFoundError`
3957

4058
## Release (2026-08-25)
4159

services/albwaf/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.1.1
2+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.albwaf` to fail with `ModuleNotFoundError`
3+
14
## v0.1.0
25

36
- **New**: STACKIT albwaf module to create and manage Web Application Firewalls (WAF) used with Application Load Balancers (ALB).

services/albwaf/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-albwaf"
3-
version = "v0.0.1"
3+
version = "v0.1.1"
44
description = "STACKIT Application Load Balancer Web Application Firewall API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.10,<4.0"
@@ -56,7 +56,7 @@ include = ["src/stackit"]
5656
[tool.hatch.build.targets.wheel]
5757
include = ["src/stackit"]
5858

59-
[tool.hatch.build.targets.wheel-sources]
59+
[tool.hatch.build.targets.wheel.sources]
6060
"src/stackit" = "stackit"
6161

6262
[build-system]

services/albwaf/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cost/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.1
2+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.cost` to fail with `ModuleNotFoundError`
3+
14
## v0.4.0
25
- **Feature:** Add attribute `total_quantity_decimal` to `DetailedServiceCost` model class
36
- **Feature:** Add attribute `quantity_decimal` to `ReportData` model class

services/cost/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-cost"
3-
version = "v0.4.0"
3+
version = "v0.4.1"
44
description = "STACKIT Cost API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.10,<4.0"
@@ -55,7 +55,7 @@ include = ["src/stackit"]
5555
[tool.hatch.build.targets.wheel]
5656
include = ["src/stackit"]
5757

58-
[tool.hatch.build.targets.wheel-sources]
58+
[tool.hatch.build.targets.wheel.sources]
5959
"src/stackit" = "stackit"
6060

6161
[build-system]

services/cost/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/modelexperiments/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.2.1
2+
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.modelexperiments` to fail with `ModuleNotFoundError`
3+
14
## v0.2.0
25
- **Chore:** Bump minimum Python version to 3.10
36
- **Chore:** Update dependencies

services/modelexperiments/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-modelexperiments"
3-
version = "v0.2.0"
3+
version = "v0.2.1"
44
description = "STACKIT AI Model Experiments API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.10,<4.0"
@@ -55,7 +55,7 @@ include = ["src/stackit"]
5555
[tool.hatch.build.targets.wheel]
5656
include = ["src/stackit"]
5757

58-
[tool.hatch.build.targets.wheel-sources]
58+
[tool.hatch.build.targets.wheel.sources]
5959
"src/stackit" = "stackit"
6060

6161
[build-system]

services/modelexperiments/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)