Skip to content

Commit 7ad5ac9

Browse files
Merge pull request #402 from ds-wizard/release/4.32.0
Release 4.32.0
2 parents 3462826 + 2d45287 commit 7ad5ac9

36 files changed

Lines changed: 441 additions & 370 deletions

packages/dsw-command-queue/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.32.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.31.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -471,3 +475,4 @@ Released for version consistency with other DSW tools.
471475
[4.30.1]: /../../tree/v4.30.1
472476
[4.30.2]: /../../tree/v4.30.2
473477
[4.31.0]: /../../tree/v4.31.0
478+
[4.32.0]: /../../tree/v4.32.0

packages/dsw-command-queue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-command-queue"
3-
version = "4.31.0"
3+
version = "4.32.0"
44
description = "Library for working with command queue and persistent commands"
55
readme = "README.md"
66
keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"]
@@ -24,7 +24,7 @@ dependencies = [
2424
"func-timeout",
2525
"tenacity",
2626
# DSW
27-
"dsw-database==4.31.0",
27+
"dsw-database==4.32.0",
2828
]
2929

3030
[project.urls]

packages/dsw-config/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.32.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.31.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -478,3 +482,4 @@ Released for version consistency with other DSW tools.
478482
[4.30.1]: /../../tree/v4.30.1
479483
[4.30.2]: /../../tree/v4.30.2
480484
[4.31.0]: /../../tree/v4.31.0
485+
[4.32.0]: /../../tree/v4.32.0

packages/dsw-config/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-config"
3-
version = "4.31.0"
3+
version = "4.32.0"
44
description = "Library for DSW config manipulation"
55
readme = "README.md"
66
keywords = ["dsw", "config", "yaml", "parser"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2026.4.22
1+
certifi==2026.6.17
22
PyYAML==6.0.3
3-
sentry-sdk==2.60.0
3+
sentry-sdk==2.63.0
44
urllib3==2.7.0

packages/dsw-data-seeder/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.32.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.31.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -550,3 +554,4 @@ Released for version consistency with other DSW tools.
550554
[4.30.1]: /../../tree/v4.30.1
551555
[4.30.2]: /../../tree/v4.30.2
552556
[4.31.0]: /../../tree/v4.31.0
557+
[4.32.0]: /../../tree/v4.32.0

packages/dsw-data-seeder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastewardshipwizard/python-base:4.31.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.32.0-basic AS builder
22

33
WORKDIR /app
44

@@ -15,7 +15,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
1515
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-data-seeder
1616

1717

18-
FROM datastewardshipwizard/python-base:4.31.0-basic
18+
FROM datastewardshipwizard/python-base:4.32.0-basic
1919

2020
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
2121
WORKDIR_PATH=/home/user/data \

packages/dsw-data-seeder/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-data-seeder"
3-
version = "4.31.0"
3+
version = "4.32.0"
44
description = "Worker for seeding DSW data"
55
readme = "README.md"
66
keywords = ["data", "database", "seed", "storage"]
@@ -26,10 +26,10 @@ dependencies = [
2626
"sentry-sdk",
2727
"tenacity",
2828
# DSW
29-
"dsw-command-queue==4.31.0",
30-
"dsw-config==4.31.0",
31-
"dsw-database==4.31.0",
32-
"dsw-storage==4.31.0",
29+
"dsw-command-queue==4.32.0",
30+
"dsw-config==4.32.0",
31+
"dsw-database==4.32.0",
32+
"dsw-storage==4.32.0",
3333
]
3434

3535
[project.urls]

packages/dsw-data-seeder/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
argon2-cffi==25.1.0
22
argon2-cffi-bindings==25.1.0
3-
certifi==2026.4.22
3+
certifi==2026.6.17
44
cffi==2.0.0
5-
click==8.3.3
5+
click==8.4.1
66
func_timeout==4.3.5
77
minio==7.2.20
88
psycopg==3.3.4
@@ -11,7 +11,7 @@ pycparser==3.0
1111
pycryptodome==3.23.0
1212
python-dateutil==2.9.0.post0
1313
PyYAML==6.0.3
14-
sentry-sdk==2.60.0
14+
sentry-sdk==2.63.0
1515
six==1.17.0
1616
tenacity==9.1.2
1717
typing_extensions==4.15.0

packages/dsw-database/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.32.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.31.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -501,3 +505,4 @@ Released for version consistency with other DSW tools.
501505
[4.30.1]: /../../tree/v4.30.1
502506
[4.30.2]: /../../tree/v4.30.2
503507
[4.31.0]: /../../tree/v4.31.0
508+
[4.32.0]: /../../tree/v4.32.0

0 commit comments

Comments
 (0)