dsw-command-queue 4.28.0__tar.gz → 4.28.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dsw-command-queue
3
- Version: 4.28.0
3
+ Version: 4.28.1
4
4
  Summary: Library for working with command queue and persistent commands
5
5
  Keywords: dsw,subscriber,publisher,database,queue,processing
6
6
  Author: Marek Suchánek
@@ -16,7 +16,7 @@ Classifier: Topic :: Text Processing
16
16
  Classifier: Topic :: Utilities
17
17
  Requires-Dist: func-timeout
18
18
  Requires-Dist: tenacity
19
- Requires-Dist: dsw-database==4.28.0
19
+ Requires-Dist: dsw-database==4.28.1
20
20
  Requires-Python: >=3.12, <4
21
21
  Project-URL: Homepage, https://ds-wizard.org
22
22
  Project-URL: Repository, https://github.com/ds-wizard/engine-tools
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
9
9
  )
10
10
 
11
11
  BUILD_INFO = BuildInfo(
12
- version='v4.28.0~38fa939',
13
- built_at='2026-03-03 08:12:47Z',
14
- sha='38fa939cc0c59dc95ebb2d9d2cd000d119e59cf7',
12
+ version='v4.28.1~67a145e',
13
+ built_at='2026-03-17 14:01:59Z',
14
+ sha='67a145e3946707c19b86c25b231f16bfebd1884f',
15
15
  branch='HEAD',
16
- tag='v4.28.0',
16
+ tag='v4.28.1',
17
17
  )
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dsw-command-queue"
3
- version = "4.28.0"
3
+ version = "4.28.1"
4
4
  description = "Library for working with command queue and persistent commands"
5
5
  readme = "README.md"
6
6
  keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"]
@@ -23,7 +23,7 @@ dependencies = [
23
23
  "func-timeout",
24
24
  "tenacity",
25
25
  # DSW
26
- "dsw-database==4.28.0",
26
+ "dsw-database==4.28.1",
27
27
  ]
28
28
 
29
29
  [project.urls]