dsw-command-queue 4.34.0__tar.gz → 4.34.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.34.0
3
+ Version: 4.34.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
@@ -15,7 +15,7 @@ Classifier: Topic :: Text Processing
15
15
  Classifier: Topic :: Utilities
16
16
  Requires-Dist: psycopg[binary]>=3.2
17
17
  Requires-Dist: tenacity
18
- Requires-Dist: dsw-database==4.34.0
18
+ Requires-Dist: dsw-database==4.34.1
19
19
  Requires-Python: >=3.14, <4
20
20
  Project-URL: Homepage, https://ds-wizard.org
21
21
  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.34.0~a59a99f',
13
- built_at='2026-09-01 09:23:22Z',
14
- sha='a59a99ff0d9010ceefa9ee899d3b2a3d867966aa',
12
+ version='v4.34.1~496e439',
13
+ built_at='2026-09-13 14:34:24Z',
14
+ sha='496e43989f6d98c2e76f82fc8d322cacbb603ba3',
15
15
  branch='HEAD',
16
- tag='v4.34.0',
16
+ tag='v4.34.1',
17
17
  )
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dsw-command-queue"
3
- version = "4.34.0"
3
+ version = "4.34.1"
4
4
  description = "Library for working with command queue and persistent commands"
5
5
  readme = "README.md"
6
6
  keywords = [
@@ -24,7 +24,7 @@ requires-python = ">=3.14, <4"
24
24
  dependencies = [
25
25
  "psycopg[binary]>=3.2",
26
26
  "tenacity",
27
- "dsw-database==4.34.0",
27
+ "dsw-database==4.34.1",
28
28
  ]
29
29
 
30
30
  [project.license]
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dsw-command-queue"
3
- version = "4.34.0"
3
+ version = "4.34.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"]
@@ -22,7 +22,7 @@ dependencies = [
22
22
  "psycopg[binary]>=3.2", # Connection.notifies(timeout=...)
23
23
  "tenacity",
24
24
  # DSW
25
- "dsw-database==4.34.0",
25
+ "dsw-database==4.34.1",
26
26
  ]
27
27
 
28
28
  [project.urls]