Skip to content

Commit 38ec430

Browse files
committed
Bump version to 0.9.12.4; add topic to MQTTManager inputs for enhanced message handling
1 parent 76372a1 commit 38ec430

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower
44
authors = [{ name = "Volker L.", email = "[email protected]" }]
55
readme = "README.md"
66
requires-python = ">= 3.11"
7-
version = "0.9.12.3"
7+
version = "0.9.12.4"
88
keywords = ["hamilton", "workflow", "pipeline", "scheduler", "apscheduler", "dask", "ray"]
99
dependencies = [
1010
'aiobotocore<2.18.0',

src/flowerpower/mqtt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ def on_message(client, userdata, msg):
336336
logger.info(f"Received message on topic {topic}")
337337

338338
inputs["payload"] = msg.payload
339+
inputs["topic"] = msg.topic
339340

340341
with Pipeline(
341342
name=name, storage_options=storage_options, fs=fs, base_dir=base_dir

0 commit comments

Comments
 (0)