Skip to content

Commit 1bcc5c7

Browse files
feat: Add data processing module
Signed-off-by: Mohammad Tayyab <[email protected]>
1 parent 4afcc4e commit 1bcc5c7

File tree

6 files changed

+761
-4
lines changed

6 files changed

+761
-4
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
## Bug Fixes
1717

1818
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
19+
20+
* Add reusable, modular data processing functions

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ dependencies = [
3939
"kaleido >= 0.2.1, < 1.1.0",
4040
"frequenz-client-reporting >= 0.18.0, < 0.20.0",
4141
"frequenz-client-weather >= 0.2.2, < 0.4.0",
42+
"pyyaml>=6.0.2",
43+
"types-pyyaml>=6.0.12.20250915",
4244
]
4345
dynamic = ["version"]
4446

0 commit comments

Comments
 (0)